enum CCL::INativeFileSystem::ErrorCodes
File error codes.
#include <inativefilesystem.h> enum ErrorCodes { kUnknownError = 1, kFileInUse, kFileExists, kFileNotFound, kFileWriteProtected, kAccesDenied, kNotDirectory, kIsDirectory, kInvalidArgument, kTooManyOpenFiles, kOutOfDiscSpace, kDirNotEmpty, };