PDA

Click to See Complete Forum and Search --> : Possable to check file "archive" attribute? (win32)


nkad
Dec 21st, 2005, 04:52 PM
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.

k1ll3rdr4g0n
Dec 22nd, 2005, 01:28 PM
What do you mean by attributes? You mean the file extension?

nkad
Dec 22nd, 2005, 09:55 PM
In windows, files have the following attributes:
read-only
archive
system
hidden

Get it? LOL.