32#ifndef DVD_PLATFORM_FILE_FILE_MANAGEMENT_INL_
33#define DVD_PLATFORM_FILE_FILE_MANAGEMENT_INL_
41 return writeFile( filePath, fileName,
static_cast<const char*
>(content), length, fileType );
61 return openFile(
"", filePath, fileName );
Handle console commands that start with a forward slash.
FileError openFile(const std::string_view cmd, const ResourcePath &filePath, const std::string_view fileName)
FileError writeFile(const ResourcePath &filePath, const std::string_view fileName, const char *content, const size_t length, const FileType fileType)
bool fileIsEmpty(const ResourcePath &filePathAndName)
bool fileExists(const ResourcePath &filePathAndName)
FileError fileLastWriteTime(const ResourcePath &filePathAndName, U64 &timeOutSec)