|
HDK
|
Include dependency graph for UT_FileStat.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| class | UT_FileStat |
Functions | |
| UT_API int | UTfileStat (const char *path, UT_FileStat *file_stat) |
| UT_API int | UTfileFStat (int file_descriptor, UT_FileStat *file_stat) |
| UT_API int UTfileFStat | ( | int | file_descriptor, |
| UT_FileStat * | file_stat | ||
| ) |
Obtain file statistics. Returns 0 on success, else error code. The UT_FileStat structure is only written-to when returning 0.
| UT_API int UTfileStat | ( | const char * | path, |
| UT_FileStat * | file_stat | ||
| ) |
Obtain file statistics. Returns 0 on success, else error code. The UT_FileStat structure is only written-to when returning 0.