Project Arrhythmia
A video game developed by Vitamin Games.
Loading...
Searching...
No Matches
FileManager.LSFile Class Reference

Public Member Functions

 LSFile (string _name, string _fullPath)
 
 LSFile (string _name, string _fullPath, List< LSFile > _children)
 
void PrintDebug ()
 

Static Public Member Functions

static List< FileManager.LSFileGetRoot (List< FileManager.LSFile > _files, List< string > _path)
 
static List< FileManager.LSFileCompress (List< LSFile > _root)
 
static List< FileManager.LSFileCompress (List< LSFile > _root, List< LSFile > _result)
 
static void DebugFileStructure (List< FileManager.LSFile > folders)
 

Public Attributes

string Folder
 
string FullName
 
string Name
 
string Extension
 
string FullPath
 
List< LSFilechildren = new List<LSFile>()
 

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