[fpc-pascal] Resetting the read only attribute

Ewald Horn ewald at nofuss.co.za
Tue Aug 1 20:54:51 CEST 2006


Hi.

You could use FileSetAttr('filename', faArchive)
method to set the attributes to archive and remove the
read only flag.

Remember to include SYSUTILS if you have not already
done so.

Regards
Ewald






More information about the fpc-pascal mailing list