libtools
Main Page
Modules
Classes
Files
File List
File Members
tools
directory.h
Go to the documentation of this file.
1
20
#ifndef __TOOLS_DIRECTORY_H
21
#define __TOOLS_DIRECTORY_H
22
23
#include <sys/types.h>
24
40
int
mkdirectory
(
const
char
*path, mode_t mode);
41
44
#endif
/* __TOOLS_DIRECTORY_H */
mkdirectory
int mkdirectory(const char *path, mode_t mode)
verify or create directory
Generated by
1.8.11