#include <FileSystem.h>
◆ FileType
| Enumerator |
|---|
| FT_DIR | |
| FT_FILE | |
| FT_NON_EXISTENT | |
| FT_SPECIAL | |
◆ FileInfo()
| FileSystem::FileInfo::FileInfo |
( |
| ) |
|
|
inline |
◆ Exists()
| bool FileSystem::FileInfo::Exists |
( |
| ) |
const |
|
inline |
◆ GetAbsoluteDir()
| std::string FileSystem::FileInfo::GetAbsoluteDir |
( |
| ) |
const |
|
inline |
◆ GetAbsolutePath()
| std::string FileSystem::FileInfo::GetAbsolutePath |
( |
| ) |
const |
|
inline |
◆ GetDir()
| std::string FileSystem::FileInfo::GetDir |
( |
| ) |
const |
|
inline |
◆ GetModificationTime()
◆ GetName()
| std::string FileSystem::FileInfo::GetName |
( |
| ) |
const |
|
inline |
◆ GetPath()
| const std::string & FileSystem::FileInfo::GetPath |
( |
| ) |
const |
|
inline |
◆ GetSource()
| const FileSource & FileSystem::FileInfo::GetSource |
( |
| ) |
const |
|
inline |
◆ GetType()
| enum FileType FileSystem::FileInfo::GetType |
( |
| ) |
const |
|
inline |
◆ IsDir()
| bool FileSystem::FileInfo::IsDir |
( |
| ) |
const |
|
inline |
◆ IsFile()
| bool FileSystem::FileInfo::IsFile |
( |
| ) |
const |
|
inline |
◆ IsSpecial()
| bool FileSystem::FileInfo::IsSpecial |
( |
| ) |
const |
|
inline |
◆ Read()
◆ FileSource
◆ operator!=
◆ operator<
◆ operator<=
◆ operator==
◆ operator>
◆ operator>=
The documentation for this class was generated from the following files: