GLYLIB  0.3.0b
file_directory_status_utils.c File Reference
#include <mylib.h>
#include <gly_fileutils.h>
Include dependency graph for file_directory_status_utils.c:

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)

Function Documentation

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.

 All Classes Files Functions Variables Typedefs Defines