|
sealed override string | Name [get, set] |
| Gets or sets the File's name. (logs as move if change is attempted) More...
|
|
sealed override int | Index [get, set] |
| Gets the index inside its parent's respective list More...
|
|
override string | Path [get, set] |
| Gets or sets the File's full path, setting changes the File's parent. More...
|
|
string | Data [get, set] |
| Gets or sets the File's data. More...
|
|
int | Size [get, set] |
| Gets or sets the File's size. More...
|
|
int | TimeCreated [get, set] |
|
◆ File()
◆ MoveTo()
- Returns
- The File after its been moved.
- Parameters
-
◆ UpdateFileSize()
void Pathfinder.GameFilesystem.File.UpdateFileSize |
( |
| ) |
|
◆ Head
string Pathfinder.GameFilesystem.File.Head => Object.head() |
◆ Root
sealed override Filesystem Pathfinder.GameFilesystem.File.Root => Parent.Root |
◆ Type
◆ Data
string Pathfinder.GameFilesystem.File.Data |
|
getset |
◆ Index
sealed override int Pathfinder.GameFilesystem.File.Index |
|
getset |
◆ Name
sealed override string Pathfinder.GameFilesystem.File.Name |
|
getset |
◆ Path
override string Pathfinder.GameFilesystem.File.Path |
|
getset |
◆ Size
int Pathfinder.GameFilesystem.File.Size |
|
getset |
◆ TimeCreated
int Pathfinder.GameFilesystem.File.TimeCreated |
|
getset |
The documentation for this class was generated from the following file: