Pathfinder  v3.0
The definitive Hacknet programmable modding system
Pathfinder.GameFilesystem.Extensions Class Reference

Static Public Member Functions

static bool ContainsFolder (this Folder folder, string name)
 
static Folder MakeFolder (this Folder folder, string path)
 
static Folder MakeFolder (this FileSystem fs, string path)
 
static Filesystem GetFilesystem (this Computer computer)
 
static Directory GetDirectoryAtDepth (this OS os, int depth)
 
static Directory GetCurrentDirectory (this OS os)
 

Member Function Documentation

◆ ContainsFolder()

static bool Pathfinder.GameFilesystem.Extensions.ContainsFolder ( this Folder  folder,
string  name 
)
static

◆ GetCurrentDirectory()

static Directory Pathfinder.GameFilesystem.Extensions.GetCurrentDirectory ( this OS  os)
static

◆ GetDirectoryAtDepth()

static Directory Pathfinder.GameFilesystem.Extensions.GetDirectoryAtDepth ( this OS  os,
int  depth 
)
static

◆ GetFilesystem()

static Filesystem Pathfinder.GameFilesystem.Extensions.GetFilesystem ( this Computer  computer)
static

◆ MakeFolder() [1/2]

static Folder Pathfinder.GameFilesystem.Extensions.MakeFolder ( this Folder  folder,
string  path 
)
static

◆ MakeFolder() [2/2]

static Folder Pathfinder.GameFilesystem.Extensions.MakeFolder ( this FileSystem  fs,
string  path 
)
static

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