Index: src/libchcore/ErrorCodes.h =================================================================== diff -u -N -r3397fd021739bea537248415a7b4fc2712dd2320 -r30297d6aab17483da8e7b8323b4d17ff1a9f78d6 --- src/libchcore/ErrorCodes.h (.../ErrorCodes.h) (revision 3397fd021739bea537248415a7b4fc2712dd2320) +++ src/libchcore/ErrorCodes.h (.../ErrorCodes.h) (revision 30297d6aab17483da8e7b8323b4d17ff1a9f78d6) @@ -72,6 +72,7 @@ // Filesystem errors (3000+) eErr_FixedDriveWithoutDriveLetter = 3000, eErr_CannotGetFileInfo = 3001, + eErr_CannotDeleteFile = 3002, // Task handling errors (4000+) eErr_MissingTaskSerializationPath = 4000,