class FileSystem

in global :: Sandbox

A filesystem that can be accessed by the game.


public static string NormalizeFilename( string filepath )

Normalizes given file path so the game's filesystem can understand it. Fixes slashes and lowercases the file path.

  • filepath The file path to normalize
  • Returns The normalized file path

public static BaseFileSystem Mounted { get; }

All mounted content.

public static BaseFileSystem Data { get; }

A subset of for custom gamemode data.

public static BaseFileSystem OrganizationData { get; }

A filesystem for custom data, per gamemode's organization.

public Type GetType( )

😔 No documentation found.

public string ToString( )

😔 No documentation found.

public bool Equals( object obj )

😔 No documentation found.

public int GetHashCode( )

😔 No documentation found.