The title pretty much explains my problem. I can't figure out how to do this. Stat() does not seem to give this information. Is there a way to check all of a file's attributes on win32 using php?
Thanks.
Printable View
The title pretty much explains my problem. I can't figure out how to do this. Stat() does not seem to give this information. Is there a way to check all of a file's attributes on win32 using php?
Thanks.
What do you mean by attributes? You mean the file extension?
In windows, files have the following attributes:
read-only
archive
system
hidden
Get it? LOL.