DDraceNetwork Documentation
Loading...
Searching...
No Matches
fs.h
Go to the documentation of this file.
1#ifndef BASE_FS_H
2#define BASE_FS_H
3
18int fs_makedir(const char *path);
19
33int fs_removedir(const char *path);
34
35#endif
int fs_removedir(const char *path)
Definition fs.cpp:54
int fs_makedir(const char *path)
Definition fs.cpp:23