le_dir.h
Go to the documentation of this file.
8 * To create a directory at a specific location, call @c le_dir_Make() passing in the path name of the19 * To remove a directory and everything in the directory (including all files and sub-directories)31 //--------------------------------------------------------------------------------------------------43 //--------------------------------------------------------------------------------------------------54 //--------------------------------------------------------------------------------------------------62 //--------------------------------------------------------------------------------------------------75 //--------------------------------------------------------------------------------------------------83 //--------------------------------------------------------------------------------------------------95 //--------------------------------------------------------------------------------------------------102 //--------------------------------------------------------------------------------------------------109 //--------------------------------------------------------------------------------------------------le_result_t le_dir_RemoveRecursive(const char *pathNamePtr)le_result_t le_dir_MakePath(const char *pathNamePtr, mode_t mode)bool le_dir_IsDir(const char *pathNamePtr)le_result_t le_dir_Make(const char *pathNamePtr, mode_t mode)