acl  3.5.3.0
acl_make_dirs.h 文件参考
#include "acl_define.h"
+ acl_make_dirs.h 的引用(Include)关系图:
+ 此图展示该文件直接或间接的被哪些文件引用了:

浏览源代码.

函数

ACL_API int acl_make_dirs (const char *path, int perms)
 

函数说明

◆ acl_make_dirs()

ACL_API int acl_make_dirs ( const char *  path,
int  perms 
)

功能: 创建多级目录结构 如创建 "/tmp/dir1/dir2" (for unix) 或 "C:\test\test1\test2" (for win32)

参数
path一级或多级目录路径
perms创建权限(如: 0755, 0777, 0644 ...)
返回
0: OK; -1: Err