Divide Framework 0.1
A free and open-source 3D Framework under heavy development
Loading...
Searching...
No Matches
FileManagement.inl File Reference

Go to the source code of this file.

Namespaces

namespace  Divide
 Handle console commands that start with a forward slash.
 

Macros

#define DVD_PLATFORM_FILE_FILE_MANAGEMENT_INL_
 

Functions

FileError Divide::writeFile (const ResourcePath &filePath, const std::string_view fileName, const bufferPtr content, const size_t length, const FileType fileType)
 
bool Divide::fileExists (const ResourcePath &filePath, const std::string_view fileName)
 
bool Divide::fileIsEmpty (const ResourcePath &filePath, const std::string_view fileName)
 
FileError Divide::fileLastWriteTime (const ResourcePath &filePath, const std::string_view fileName, U64 &timeOutSec)
 
FileError Divide::openFile (const ResourcePath &filePath, const std::string_view fileName)
 

Macro Definition Documentation

◆ DVD_PLATFORM_FILE_FILE_MANAGEMENT_INL_

#define DVD_PLATFORM_FILE_FILE_MANAGEMENT_INL_

Definition at line 33 of file FileManagement.inl.