Re: [PHP] Detect if a file is hidden or not (win32)

2004-05-22 Thread Burhan Khalid
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:

[PHP] Detect if a file is hidden or not (win32)

2004-05-21 Thread Simon Fredriksson
Is there any built-in function to find out if a file/directory is hidden in Win32? //Simon -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php