00001 00037 //-------------------------------------------------------------------------------------------------- 00045 #ifndef LEGATO_DIR_INCLUDE_GUARD 00046 #define LEGATO_DIR_INCLUDE_GUARD 00047 00048 00049 //-------------------------------------------------------------------------------------------------- 00060 //-------------------------------------------------------------------------------------------------- 00061 le_result_t le_dir_Make 00062 ( 00063 const char* pathNamePtr, 00064 mode_t mode 00065 ); 00066 00067 00068 //-------------------------------------------------------------------------------------------------- 00081 //-------------------------------------------------------------------------------------------------- 00082 le_result_t le_dir_MakePath 00083 ( 00084 const char* pathNamePtr, 00085 mode_t mode 00086 ); 00087 00088 00089 //-------------------------------------------------------------------------------------------------- 00101 //-------------------------------------------------------------------------------------------------- 00102 le_result_t le_dir_RemoveRecursive 00103 ( 00104 const char* pathNamePtr 00105 ); 00106 00107 00108 #endif // LEGATO_DIR_INCLUDE_GUARD