Help for this page
# unset the RO bit on a file system("attrib -r filename.csv"); ... # change file back to RO system("attrib +r filename.csv");
chmod 0777, $file; # do stuff that writes to file