added the qse_fs_mode_t type and the mode parameter to qse_mkdir() and related functions

This commit is contained in:
2018-01-17 07:45:31 +00:00
parent db55393050
commit d991f9c27b
8 changed files with 151 additions and 22 deletions

View File

@ -179,7 +179,8 @@ int qse_fs_syscpfile (
int qse_fs_mkdirsys (
qse_fs_t* fs,
const qse_fs_char_t* fspath
const qse_fs_char_t* fspath,
qse_fs_mode_t mode
);
int qse_fs_rmfilesys (