city Posted November 15, 2006 Posted November 15, 2006 sorry i am a noob in progaramming xD. there were something that i dont understand. can you tell me what mean of attributes and handle for a file? or show me some detail example. Thanks.
Thatsgreat2345 Posted November 15, 2006 Posted November 15, 2006 look at filegetattrib in the helpfile
city Posted November 15, 2006 Author Posted November 15, 2006 String returned could contain a combination of these letters "RASHNDOCT":"R" = READONLY"A" = ARCHIVE"S" = SYSTEM"H" = HIDDEN"N" = NORMAL"D" = DIRECTORY"O" = OFFLINE"C" = COMPRESSED (NTFS compression, not ZIP compression)"T" = TEMPORARYwhat do readonly, archive, hidden and etc means?
MHz Posted November 15, 2006 Posted November 15, 2006 Readonly = you can read the file but you are unable to write to the file. Archive = The state of on or off is read by backup software as to whether the file has already been backed up or not. Hidden = Not visible in explorer as to human sight.
city Posted November 15, 2006 Author Posted November 15, 2006 what do readonly, archive, hidden and etc means?wow thanks you very much^^ i found you r a nice guy to explain for me like this^^
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now