File FilesystemUtils.h

File List > engine > include > FilesystemUtils.h

Go to the documentation of this file

#ifndef TEMPDIR_H
#define TEMPDIR_H

int FS_GetTempDir(char* outBuf, int size);

int FS_CopyFile(char* srcPath, char* destPath);

int FS_DeleteDirRecursive(char* dirPath);

#endif