This struct is used by file operations to reading of the file system entries.
Definition: FileSystemEntry.hpp:26
RscString< 512 > Path
The path of the file system entry (file or directory)
Definition: FileSystemEntry.hpp:31
boolean IsFile
The specified path ia a file.
Definition: FileSystemEntry.hpp:36
boolean IsDirectory
The specified path is a directory.
Definition: FileSystemEntry.hpp:41
void Deserialize(RscReader &reader) override
Deserializes the datatype. All fields of the datatype have to be deserialized in use of RscReader.
Definition: FileSystemEntry.hpp:50
void Serialize(RscWriter &writer) const override
Serializes the datatype. All fields of the datatype have to be serialized in use of RscWriter.
Definition: FileSystemEntry.hpp:43