Functions | |
int | u_copy (const char *src, const char *dst) |
Copy a file. | |
int | u_move (const char *src, const char *dst) |
Move a file. | |
int | u_remove (const char *file) |
Remove a file. |
|
Copy a file
Definition at line 35 of file fs.c. Referenced by u_move(). |
|
Move a file
Definition at line 78 of file fs.c. References u_copy(), and u_remove(). |
|
Remove a file
Definition at line 112 of file fs.c. Referenced by u_move(). |