|
static FilesystemInterface * | default_filesystem () |
|
static void | set_default_filesystem (FilesystemInterface *filesystem) |
|
static FilesystemInterface * | swap_default_filesystem (FilesystemInterface *filesystem) |
|
static DirectoryIterator * | IterateDirectory () |
|
static bool | CreateFolder (const Pathname &pathname) |
|
static FileStream * | OpenFile (const Pathname &filename, const std::string &mode) |
|
static bool | DeleteFile (const Pathname &filename) |
|
static bool | DeleteFolderContents (const Pathname &folder) |
|
static bool | DeleteFolderAndContents (const Pathname &folder) |
|
static bool | MoveFile (const Pathname &old_path, const Pathname &new_path) |
|
static bool | CopyFile (const Pathname &old_path, const Pathname &new_path) |
|
static bool | IsFolder (const Pathname &pathname) |
|
static bool | IsFile (const Pathname &pathname) |
|
static bool | IsAbsent (const Pathname &pathname) |
|
static bool | IsTemporaryPath (const Pathname &pathname) |
|
static bool | GetTemporaryFolder (Pathname &path, bool create, const std::string *append) |
|
static std::string | TempFilename (const Pathname &dir, const std::string &prefix) |
|
static bool | GetFileSize (const Pathname &path, size_t *size) |
|
static bool | GetFileTime (const Pathname &path, FileTimeType which, time_t *time) |
|
static bool | GetAppTempFolder (Pathname *path) |
|
static void | SetOrganizationName (const std::string &organization) |
|
static void | GetOrganizationName (std::string *organization) |
|
static void | SetApplicationName (const std::string &application) |
|
static void | GetApplicationName (std::string *application) |
|
static FilesystemInterface * | default_filesystem () |
|
static void | set_default_filesystem (FilesystemInterface *filesystem) |
|
static FilesystemInterface * | swap_default_filesystem (FilesystemInterface *filesystem) |
|
static DirectoryIterator * | IterateDirectory () |
|
static bool | CreateFolder (const Pathname &pathname) |
|
static FileStream * | OpenFile (const Pathname &filename, const std::string &mode) |
|
static bool | DeleteFile (const Pathname &filename) |
|
static bool | DeleteFolderContents (const Pathname &folder) |
|
static bool | DeleteFolderAndContents (const Pathname &folder) |
|
static bool | MoveFile (const Pathname &old_path, const Pathname &new_path) |
|
static bool | CopyFile (const Pathname &old_path, const Pathname &new_path) |
|
static bool | IsFolder (const Pathname &pathname) |
|
static bool | IsFile (const Pathname &pathname) |
|
static bool | IsAbsent (const Pathname &pathname) |
|
static bool | IsTemporaryPath (const Pathname &pathname) |
|
static bool | GetTemporaryFolder (Pathname &path, bool create, const std::string *append) |
|
static std::string | TempFilename (const Pathname &dir, const std::string &prefix) |
|
static bool | GetFileSize (const Pathname &path, size_t *size) |
|
static bool | GetFileTime (const Pathname &path, FileTimeType which, time_t *time) |
|
static bool | GetAppTempFolder (Pathname *path) |
|
static void | SetOrganizationName (const std::string &organization) |
|
static void | GetOrganizationName (std::string *organization) |
|
static void | SetApplicationName (const std::string &application) |
|
static void | GetApplicationName (std::string *application) |
|