ADTF
|
This is the complete list of members for cFileSystem, including all inherited members.
AllocPageAlignedMemory(tInt nSize, tInt nPageSize=0) | cFileSystem | static |
CreatePath(const cFilename &strDirName, tBool bRecursive=false) | cFileSystem | static |
DelDirectory(const cFilename &strDirectory) | cFileSystem | static |
DelFile(const cFilename &strFilename) | cFileSystem | static |
ED_DEFAULT enum value (defined in cFileSystem) | cFileSystem | |
ED_DIRECTORIES enum value (defined in cFileSystem) | cFileSystem | |
ED_FILES enum value (defined in cFileSystem) | cFileSystem | |
EnumDirectory(const cFilename &strDir, cStringList &lstFiles, tUInt32 ui32Flags=0) | cFileSystem | static |
Exists(const cFilename &strFilename) | cFileSystem | static |
ExistsLongPathAware(const cFilename &strFilename) | cFileSystem | static |
FileCopy(const cString &strFrom, const cString &strTo) | cFileSystem | static |
FilePermissionFlag enum name | cFileSystem | |
FindFiles(const cString &strPattern, cStringList &lstFiles) | cFileSystem | static |
FindFolders(const cString &strPattern, cStringList &lstFolders) | cFileSystem | static |
FolderCopy(const cFilename &strFrom, const cFilename &strTo) | cFileSystem | static |
FreePageAlignedMemory(tVoid *pMemory) | cFileSystem | static |
GetAppDirectory() | cFileSystem | static |
GetCurDirectory() | cFileSystem | static |
GetDefaultSectorSize() | cFileSystem | static |
GetFileAttrib(const cFilename &strFilename) | cFileSystem | static |
GetFilePermissions(const cFilename &strFilename) | cFileSystem | static |
GetFileSize(const cFilename &strFilename) | cFileSystem | static |
GetFreeDiskSpace(const tChar *strFolder, tUInt64 *pui64FreeBytes) | cFileSystem | static |
GetLastErrorCode() | cFileSystem | static |
GetOwnModuleDirectory() | cFileSystem | static |
GetOwnModuleFileName() | cFileSystem | static |
GetSectorSize(const cFilename &strFilename) | cFileSystem | static |
GetSysDirectory() | cFileSystem | static |
GetTempDirectory() | cFileSystem | static |
GetTimeAccess(const cFilename filename, A_UTILS_NS::cDateTime &dt) | cFileSystem | static |
GetTimeChange(const cFilename filename, A_UTILS_NS::cDateTime &dt) | cFileSystem | static |
GetTimeCreation(const cFilename filename, A_UTILS_NS::cDateTime &dt) | cFileSystem | static |
GetUserApplicationDirectory(const cString &strApplication=cString::Empty) | cFileSystem | static |
IsDirectory(const cFilename &strFilename) | cFileSystem | static |
IsFile(const cFilename &strFilename) | cFileSystem | static |
IsReadOnly(const cFilename &strFilename) | cFileSystem | static |
m_strLastBrowseDir | cFileSystem | protectedstatic |
m_ui32DefaultSectorSize | cFileSystem | protectedstatic |
Move(const cFilename &strFrom, const cFilename &strTo) | cFileSystem | static |
PERM_GRP_EX enum value (defined in cFileSystem) | cFileSystem | |
PERM_GRP_RD enum value (defined in cFileSystem) | cFileSystem | |
PERM_GRP_WR enum value (defined in cFileSystem) | cFileSystem | |
PERM_OTH_EX enum value (defined in cFileSystem) | cFileSystem | |
PERM_OTH_RD enum value (defined in cFileSystem) | cFileSystem | |
PERM_OTH_WR enum value (defined in cFileSystem) | cFileSystem | |
PERM_SGID enum value (defined in cFileSystem) | cFileSystem | |
PERM_SUID enum value (defined in cFileSystem) | cFileSystem | |
PERM_SVTX enum value (defined in cFileSystem) | cFileSystem | |
PERM_USR_EX enum value (defined in cFileSystem) | cFileSystem | |
PERM_USR_RD enum value (defined in cFileSystem) | cFileSystem | |
PERM_USR_WR enum value (defined in cFileSystem) | cFileSystem | |
ReadTextFile(const cFilename &strFilename, cString &strString, const tUInt32 &ui32OpenMode=cFile::OM_Read|cFile::OM_SharedRead|cFile::OM_SequentialAccess) | cFileSystem | static |
RenameFilename(cFilename oldFileName, cFilename newFileName) | cFileSystem | static |
SetCurDirectory(const cFilename &strDirName) | cFileSystem | static |
SetFilePermissions(const cFilename &strFilename, tUInt32 nPermissionMask) | cFileSystem | static |
SetReadOnly(const cFilename &strFilename, tBool bReadOnly=true) | cFileSystem | static |
WriteTextFile(const cFilename &strFilename, const cString &strString) | cFileSystem | static |