| 
Files | |
| file | utl_file.h | 
Functions | |
| char * | utlFileGetCurrentPath (void) | 
| int | utlFileSetCurrentPath (const char *dir_name) | 
| char* utlFileGetCurrentPath | ( | void | ) | 
Returns the path of the current folder if sucessfull, NULL otherwise. 
 The path includes the last slash '/'. 
| int utlFileSetCurrentPath | ( | const char * | dir_name | ) | 
Changes the path of the current folder.
 1.7.1