In oder to ensure you are never left with corrupted files, the editor does atomic writing, which means it writes to a temp file and then renames it. There is no generally robust method to change filenames in errors.
As for save as, there is a permissions problem in the path you chose for the save as, as well.
And note that r/o error is a permissions error, r/o means you dont have write permission.
|