List of all members.
Static Public Member Functions |
static bool | sys_exists (const char *path) |
static void | sys_makeDir (const char *path) |
static void | sys_removeDir (const char *path) |
static void | sys_removeFile (const char *path) |
static void | sys_rename (const char *old_path, const char *new_path) |
static void | sys_stat (const char *path, bool *is_dir, off64_t *size, CSTime *mod_time) |
static bool | sys_isLink (const char *path) |
static void | sys_getcwd (char *path, size_t size) |
static void | sys_setcwd (const char *path) |
static uint32_t | sys_getpid () |
static bool | sys_isAlive (uint32_t pid) |
Detailed Description
Definition at line 114 of file CSSys.h.
The documentation for this class was generated from the following files: