src/fileio.h
changeset 6643 7fad81bde617
parent 6624 554e5aee6c3f
child 6720 35756db7e577
child 7371 b86b05214afe
equal deleted inserted replaced
6642:2e690e6fdc03 6643:7fad81bde617
    19 FILE *FioFOpenFile(const char *filename);
    19 FILE *FioFOpenFile(const char *filename);
    20 bool FioCheckFileExists(const char *filename);
    20 bool FioCheckFileExists(const char *filename);
    21 void FioCreateDirectory(const char *filename);
    21 void FioCreateDirectory(const char *filename);
    22 
    22 
    23 void AppendPathSeparator(char *buf, size_t buflen);
    23 void AppendPathSeparator(char *buf, size_t buflen);
    24 void DeterminePaths();
    24 void DeterminePaths(const char *exe);
    25 
    25 
    26 #endif /* FILEIO_H */
    26 #endif /* FILEIO_H */