HDK
|
This is the complete list of members for UT_FileUtil, including all inherited members.
ALL_CONTENTS enum value | UT_FileUtil | |
copyDir(const char *srcname, const char *dstname) | UT_FileUtil | static |
copyFile(const char *srcname, const char *dstname, std::ostream *error_os=nullptr) | UT_FileUtil | static |
copyFileToStream(const char *srcname, std::ostream &os) | UT_FileUtil | static |
getFileModTime(const char *path) | UT_FileUtil | static |
getFileSize(const char *path) | UT_FileUtil | static |
getMaxFileDescriptors() | UT_FileUtil | static |
getRecursiveDirMaxModTime(const char *path) | UT_FileUtil | static |
getShortPathName(UT_WorkBuffer &result, const char *path) | UT_FileUtil | static |
IF_EMPTY enum value | UT_FileUtil | |
lockFile(int fd) | UT_FileUtil | static |
makeDir(const char *path, mode_t mode=0777, bool ignore_umask=false) | UT_FileUtil | static |
makeDirs(const char *path, mode_t mode=0777, bool ignore_umask=false) | UT_FileUtil | static |
moveFile(const char *srcname, const char *dstname) | UT_FileUtil | static |
operator=(const UT_FileUtil &)=delete | UT_FileUtil | |
readLockFile(int fd) | UT_FileUtil | static |
readXMLElementFromFile(const char *xml_file_path, const char *element_name, UT_String &element_data) | UT_FileUtil | static |
removeDir(const char *dname, UT_RemoveDepth depth=IF_EMPTY) | UT_FileUtil | static |
removeFile(const char *fname) | UT_FileUtil | static |
removeLinesFromFile(const char *fname, const char *prefix, int readonly=0) | UT_FileUtil | static |
removeOverrideFiles(const char *newbasepath, const char *relpath, const char *fname, const char *english, int flags, const char *stripinfo=0) | UT_FileUtil | |
resolveSymbolicLinks(const char *path, UT_WorkBuffer &contents, bool allow_dangling_link=false) | UT_FileUtil | static |
showError(const char *error, int severity=2) | UT_FileUtil | virtual |
showPrompt(const char *prompt) | UT_FileUtil | virtual |
unlockFile(int fd) | UT_FileUtil | static |
upDirectory(char *path, int levels) | UT_FileUtil | static |
UT_FileUtil() | UT_FileUtil | inline |
UT_FileUtil(const UT_FileUtil &)=delete | UT_FileUtil | |
UT_RemoveDepth enum name | UT_FileUtil | |
writeLockFile(int fd) | UT_FileUtil | static |
~UT_FileUtil() | UT_FileUtil | inlinevirtual |