Index: src/libchcore/EFileError.h =================================================================== diff -u -N -rd468098a278a0d16c5b700236ea276b9c9677c9f -ra6fac511b0dd40e1c18cab086e0bc5ff5d2bc8d7 --- src/libchcore/EFileError.h (.../EFileError.h) (revision d468098a278a0d16c5b700236ea276b9c9677c9f) +++ src/libchcore/EFileError.h (.../EFileError.h) (revision a6fac511b0dd40e1c18cab086e0bc5ff5d2bc8d7) @@ -33,7 +33,8 @@ eFinalizeError, ///< Problem occurred when tried to finalize file eFastMoveError, ///< Problem occurred when tried to perform fast move operation (that does not involve copying contents) eCreateError, ///< Problem occurred when tried to create the fs object - eCheckForFreeSpace ///< Problem occurred when tried to create the fs object + eCheckForFreeSpace, ///< Problem occurred when tried to create the fs object + eRetrieveFileInfo ///< Error while retrieving file information }; }