added the qse_fs_mode_t type and the mode parameter to qse_mkdir() and related functions
This commit is contained in:
@ -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 (
|
||||
|
Reference in New Issue
Block a user