I have a php-application which is (per request) scanning for the existance of some files. (on a network share)
I\'m using glob for this, cause usually i jus
glob
Did you try
$files = glob('{,.}*', GLOB_BRACE);
It might be possible that the data de-dupe feature is keeping the opened file as a hidden file.