Go to the source code of this file.
|
void | mana::makepath (char *path, const size_t pathCount, const char *drive, const char *dir, const char *file, const char *ext) |
|
void | mana::splitpath (const char *sptr, char *drive, const size_t driveCount, char *dir, const size_t dirCount, char *file, const size_t fileCount, char *ext, const size_t extCount) |
|
char * | mana::fullpath (char *out, const char *in, const size_t size) |
|
int | mana::chdir (const char *path) |
|
constexpr char | mana::PathSeparator () |
|
◆ _MAX_DIR
◆ _MAX_DRIVE
◆ _MAX_EXT
◆ _MAX_FNAME
◆ _MAX_PATH
mana (compiler)
- Author
- Shun Moriya
- Date
- 2003-