Pathfinder  v3.0
The definitive Hacknet programmable modding system
Pathfinder.GameFilesystem.IFileObject Interface Reference
+ Inheritance diagram for Pathfinder.GameFilesystem.IFileObject:

Properties

string Path [get, set]
 Gets or sets the object's full path, setting changes the object's parent More...
 
string Name [get, set]
 Gets or sets the object's name More...
 
object Object [get]
 Gets the vanilla object More...
 
object Parent [get]
 Gets the object's parent More...
 
int Index [get]
 Gets the index inside its parent's respective list More...
 
Filesystem Root [get]
 Gets the root Filesystem the object is within More...
 
FileType Type [get]
 Gets the FileType of the object. More...
 

Property Documentation

◆ Index

int Pathfinder.GameFilesystem.IFileObject.Index
get

◆ Name

string Pathfinder.GameFilesystem.IFileObject.Name
getset

◆ Object

object Pathfinder.GameFilesystem.IFileObject.Object
get

◆ Parent

object Pathfinder.GameFilesystem.IFileObject.Parent
get

◆ Path

string Pathfinder.GameFilesystem.IFileObject.Path
getset

◆ Root

Filesystem Pathfinder.GameFilesystem.IFileObject.Root
get

◆ Type

FileType Pathfinder.GameFilesystem.IFileObject.Type
get

The documentation for this interface was generated from the following file: