#include "UT_API.h"#include <time.h>#include "UT_String.h"#include "UT_StringArray.h"#include <sys/types.h>#include <sys/stat.h>#include <string.h>#include <dirent.h>#include <unistd.h>#include <stdlib.h>Go to the source code of this file.
Classes | |
| class | UT_FileStat |
Functions | |
| UT_API int | UTunixFullPathSpecified (const char *name) |
| UT_API int | UTfullPathSpecified (const char *name) |
| UT_API int | UTisValidDirectory (const char *path) |
| UT_API bool | UTisAbsolutePath (const char *filename) |
| UT_API bool | UTisRootPath (const char *filename) |
| UT_API void | UTmakeAbsoluteFilePath (UT_String &path, const char *basepath=NULL) |
| UT_API const UT_StringArray & | UTgetAbsolutePathPrefixes () |
| UT_API void | UTaddAbsolutePathPrefix (const char *prefix) |
| UT_API bool | UTisHiddenFile (const char *filename) |
| char * | getUnixCwd (char *buffer, int maxlen) |
| UT_API int | statLastRead (const char *path, UT_FileStat &file_stat) |
| char* getUnixCwd | ( | char * | buffer, | |
| int | maxlen | |||
| ) | [inline] |
Definition at line 86 of file UT_DirUtil.h.
| UT_API int statLastRead | ( | const char * | path, | |
| UT_FileStat & | file_stat | |||
| ) |
| UT_API void UTaddAbsolutePathPrefix | ( | const char * | prefix | ) |
| UT_API int UTfullPathSpecified | ( | const char * | name | ) |
| UT_API const UT_StringArray& UTgetAbsolutePathPrefixes | ( | ) |
| UT_API bool UTisAbsolutePath | ( | const char * | filename | ) |
| UT_API bool UTisHiddenFile | ( | const char * | filename | ) |
| UT_API bool UTisRootPath | ( | const char * | filename | ) |
| UT_API int UTisValidDirectory | ( | const char * | path | ) |
| UT_API void UTmakeAbsoluteFilePath | ( | UT_String & | path, | |
| const char * | basepath = NULL | |||
| ) |
| UT_API int UTunixFullPathSpecified | ( | const char * | name | ) |
1.5.9