Add AIFile - LLFile but throws AIAlertCode exceptions on error.

The code is the current errno.
This commit is contained in:
Aleric Inglewood
2013-11-04 01:41:33 +01:00
parent 193010e947
commit 78673e4a94
4 changed files with 187 additions and 0 deletions

View File

@@ -4367,4 +4367,12 @@ Try enclosing path to the editor with double quotes.
<!-- AIAlert messages -->
<string name="AIPrefix">"[PREFIX]: "</string>
<!-- AIFile exception alerts -->
<string name="AIFile_mkdir_Failed_to_create_DIRNAME">Failed to create folder [DIRNAME]: [ERROR]</string>
<string name="AIFile_rmdir_Failed_to_remove_DIRNAME">Failed to remove folder [DIRNAME]: [ERROR]</string>
<string name="AIFile_fopen_Failed_to_open_FILENAME">Failed to open file &quot;[FILENAME]&quot;: [ERROR]</string>
<string name="AIFile_close_Failed_to_close_file">Failed to close file: [ERROR]</string>
<string name="AIFile_remove_Failed_to_remove_FILENAME">Failed to remove file [FILENAME]: [ERROR]</string>
<string name="AIFile_rename_Failed_to_rename_FILE_to_NEWFILE">Failed to rename file [FILE] to [NEWFILE]: [ERROR]</string>
</strings>