Class ConsoleFilesystem
Console filesystem tools
Inheritance
object
ConsoleFilesystem
Namespace
Syntax
public static class ConsoleFilesystem
Properties
ConfigurationPath
Path to the Terminaux configuration folder
Property Value
string
Declaration
public static string ConfigurationPath { get; }
CurrentDir
Current directory (for shell)
Property Value
string
Declaration
public static string CurrentDir { get; set; }
LookupPaths
Group of paths separated by the delimiter that System.IO.Path.PathSeparator specifies. It works the same as PATH.
Property Value
string
Declaration
public static string LookupPaths { get; set; }