gwnavruntime/kernel/SF_SysFile.h Source File
Go to the documentation of this file.
28 bool operator==(
const FileStat& stat)
const {
return ((ModifyTime == stat.ModifyTime) && (AccessTime == stat.AccessTime) && (FileSize == stat.FileSize)); }
41 class SysFile :
public DelegatedFile
44 SysFile(
const SysFile& source) : DelegatedFile() { KY_UNUSED(source); }
52 SysFile(
const String& path,
int flags = Open_Read | Open_Buffered,
int mode = Mode_ReadWrite);
56 bool Open(
const String& path,
int flags = Open_Read | Open_Buffered,
int mode = Mode_ReadWrite);
58 inline bool Create(
const String& path,
int mode = Mode_ReadWrite) {
return Open(path, Open_ReadWrite | Open_Create, mode); }
62 static bool GetFileStat(FileStat* pfileStats,
const String& path);
66 virtual int GetErrorCode();
68 virtual bool IsValid();
std::int64_t SInt64
int64_t
Definition: SF_Types.h:132
The Autodesk Navigation namespace.
Definition: gamekitcrowddispersion.cpp:17