Question is simple, how can I read windows file attributes in php 5, such as hidden, read only and others.
Thanks
| SitePoint Sponsor |
Question is simple, how can I read windows file attributes in php 5, such as hidden, read only and others.
Thanks



I don't think you can with native PHP commands. You might be able to do something by parsing system('dir /a') or something.
Bookmarks