Aug 30, 2002 #1 biot023 Programmer Joined Nov 8, 2001 Messages 403 Location GB Hallo. Does anyone know how to remove the read-only attribute from a file? Cheers, Douglas JL. If it don't make you laugh, it ain't true.
Hallo. Does anyone know how to remove the read-only attribute from a file? Cheers, Douglas JL. If it don't make you laugh, it ain't true.
Aug 30, 2002 1 #2 Wings Programmer Joined Feb 14, 2002 Messages 247 Location US Right click it , click on properties and uncheck the read only box... now if you mean in code, its something like this SetFileAttributes("File name", FILE_ATTRIBUTE_NORMAL); Upvote 0 Downvote
Right click it , click on properties and uncheck the read only box... now if you mean in code, its something like this SetFileAttributes("File name", FILE_ATTRIBUTE_NORMAL);
Aug 30, 2002 Thread starter #3 biot023 Programmer Joined Nov 8, 2001 Messages 403 Location GB Ho ho ho! Cheers, man. Douglas. If it don't make you laugh, it ain't true. Upvote 0 Downvote