Simon Fredriksson wrote:
Is there any built-in function to find out if a file/directory is hidden in Win32?

Not a function in PHP, but you just need to execute :

dir /a:h

to find all hidden files in a directory.

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Reply via email to