le_dir.h
Go to the documentation of this file.
1 
31 //--------------------------------------------------------------------------------------------------
39 #ifndef LEGATO_DIR_INCLUDE_GUARD
40 #define LEGATO_DIR_INCLUDE_GUARD
41 
42 
43 //--------------------------------------------------------------------------------------------------
54 //--------------------------------------------------------------------------------------------------
56 (
57  const char* pathNamePtr,
58  mode_t mode
59 );
60 
61 
62 //--------------------------------------------------------------------------------------------------
75 //--------------------------------------------------------------------------------------------------
77 (
78  const char* pathNamePtr,
79  mode_t mode
80 );
81 
82 
83 //--------------------------------------------------------------------------------------------------
95 //--------------------------------------------------------------------------------------------------
97 (
98  const char* pathNamePtr
99 );
100 
101 
102 //--------------------------------------------------------------------------------------------------
109 //--------------------------------------------------------------------------------------------------
110 bool le_dir_IsDir
111 (
112  const char* pathNamePtr
113 );
114 
115 
116 #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)