Class ConsoleFilesystem
Console filesystem tools
Inheritance
object
ConsoleFilesystem
Namespace: Terminaux.Base.Extensions
Assembly: Terminaux.dll
Syntax
public static class ConsoleFilesystem
Properties
| Edit this page View SourceConfigurationPath
Path to the Terminaux configuration folder
Declaration
public static string ConfigurationPath { get; }
Property Value
Type | Description |
---|---|
string |
CurrentDir
Current directory (for shell)
Declaration
public static string CurrentDir { get; set; }
Property Value
Type | Description |
---|---|
string |
LookupPaths
Group of paths separated by the delimiter that System.IO.Path.PathSeparator specifies. It works the same as PATH.
Declaration
public static string LookupPaths { get; set; }
Property Value
Type | Description |
---|---|
string |