changed qse_fs_cpfile() to copy a directory that has been copied already

This commit is contained in:
2016-12-18 17:12:21 +00:00
parent 662fdec270
commit cf0956cad6
7 changed files with 265 additions and 113 deletions

View File

@ -192,6 +192,16 @@ int qse_fs_rmdirsys (
const qse_fs_char_t* fspath
);
int qse_fs_invokecb (
qse_fs_t* fs,
qse_fs_action_t action,
qse_fs_char_t* src_fspath,
qse_fs_char_t* dst_fspath,
qse_uintmax_t bytes_total,
qse_uintmax_t bytes_done
);
#if defined(__cplusplus)
}
#endif