HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
UT_FileStat.h File Reference
#include "UT_API.h"
#include <SYS/SYS_Types.h>
#include <time.h>
+ 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)
 

Function Documentation

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.