40 #ifndef OPAL_OS_DIRPATH_CREATE_H
41 #define OPAL_OS_DIRPATH_CREATE_H
43 #include "opal_config.h"
44 #ifdef HAVE_SYS_STAT_H
OPAL_DECLSPEC int opal_os_dirpath_destroy(const char *path, bool recursive, opal_os_dirpath_destroy_callback_fn_t cbfunc)
Destroy a directory.
Definition: os_dirpath.c:175
OPAL_DECLSPEC int opal_os_dirpath_access(const char *path, const mode_t mode)
Check access to the directory.
Definition: os_dirpath.c:415
bool(* opal_os_dirpath_destroy_callback_fn_t)(const char *root, const char *path)
Callback for opal_os_dirpath_destroy().
Definition: os_dirpath.h:95
OPAL_DECLSPEC bool opal_os_dirpath_is_empty(const char *path)
Check to see if a directory is empty.
Definition: os_dirpath.c:365
BEGIN_C_DECLS OPAL_DECLSPEC int opal_os_dirpath_create(const char *path, const mode_t mode)
Definition: os_dirpath.c:42