#ifndef SHARED_FILE_UTIL_H
#define SHARED_FILE_UTIL_H


void change_mkstemp_permission(const char *file);
int file_exists (const char *path);
int isdirectory (const char *dirname, const char *fname);
void kill_directory (const char *dirname);
int create_dirs_between(char *path);




#endif

