src/fileio.h
changeset 6317 70f4e9e52eb1
parent 6298 01c80746f308
child 6875 e517a59b78e5
equal deleted inserted replaced
6316:d2b70e10f106 6317:70f4e9e52eb1
    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 */