Index: src/libchcore/ErrorCodes.h =================================================================== diff -u -N -r27a43e40952cf2f3e0bb0e608a8f3142042ceb46 -rd468098a278a0d16c5b700236ea276b9c9677c9f --- src/libchcore/ErrorCodes.h (.../ErrorCodes.h) (revision 27a43e40952cf2f3e0bb0e608a8f3142042ceb46) +++ src/libchcore/ErrorCodes.h (.../ErrorCodes.h) (revision d468098a278a0d16c5b700236ea276b9c9677c9f) @@ -83,6 +83,12 @@ eErr_FileNotOpen = 3007, eErr_SeekFailed = 3008, eErr_CannotTruncate = 3009, + eErr_CannotSetFileTimes = 3010, + eErr_CannotSetFileAttributes = 3011, + eErr_CannotCreateDirectory = 3012, + eErr_CannotRemoveDirectory = 3013, + eErr_CannotFastMove = 3014, + eErr_CannotGetFreeSpace = 3015, // Task handling errors (4000+) eErr_MissingTaskSerializationPath = 4000,