GLYLIB
0.3.0b
|
Go to the source code of this file.
Functions | |
int | check_file_existence (const char *Name) |
START HERE. | |
int | check_directory_existence (const char *Name) |
START HERE. | |
const char * | gly_get_current_working_directory (void) |
int check_directory_existence | ( | const char * | Name | ) |
START HERE.
Figures out whether a directory exists, but that's all.
Name is the name, including path if needed, of the directory to check.
Definition at line 36 of file file_directory_status_utils.c.
int check_file_existence | ( | const char * | Name | ) |
START HERE.
Figures out whether a file exists, but that's all.
Name is the name, including path if needed, of the file to check.
return status;
Definition at line 19 of file file_directory_status_utils.c.