All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
le_dir.h
Go to the documentation of this file.
1 
37 //--------------------------------------------------------------------------------------------------
45 #ifndef LEGATO_DIR_INCLUDE_GUARD
46 #define LEGATO_DIR_INCLUDE_GUARD
47 
48 
49 //--------------------------------------------------------------------------------------------------
60 //--------------------------------------------------------------------------------------------------
62 (
63  const char* pathNamePtr,
64  mode_t mode
65 );
66 
67 
68 //--------------------------------------------------------------------------------------------------
81 //--------------------------------------------------------------------------------------------------
83 (
84  const char* pathNamePtr,
85  mode_t mode
86 );
87 
88 
89 //--------------------------------------------------------------------------------------------------
101 //--------------------------------------------------------------------------------------------------
103 (
104  const char* pathNamePtr
105 );
106 
107 
108 //--------------------------------------------------------------------------------------------------
115 //--------------------------------------------------------------------------------------------------
116 bool le_dir_IsDir
117 (
118  const char* pathNamePtr
119 );
120 
121 
122 #endif // LEGATO_DIR_INCLUDE_GUARD
le_result_t
Definition: le_basics.h:35
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)