Aug 30, 2002 #1 biot023 Programmer Nov 8, 2001 403 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 Feb 14, 2002 247 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 Nov 8, 2001 403 GB Ho ho ho! Cheers, man. Douglas. If it don't make you laugh, it ain't true. Upvote 0 Downvote