![]() |
Project Arrhythmia
A video game developed by Vitamin Games.
|
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.LSFile > | GetRoot (List< FileManager.LSFile > _files, List< string > _path) |
| static List< FileManager.LSFile > | Compress (List< LSFile > _root) |
| static List< FileManager.LSFile > | Compress (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< LSFile > | children = new List<LSFile>() |