Example #1
0
 internal FileSystem()
 {
     this.nativeFileSystem = Platform.CreateNativeFileSystem();
     this.fs_root          = Engine.ScriptingInterface.GetCvarValue <string>("fs_root");
 }