Search Results for

    Show / Hide Table of Contents

    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 Source

    ConfigurationPath

    Path to the Terminaux configuration folder

    Declaration
    public static string ConfigurationPath { get; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    CurrentDir

    Current directory (for shell)

    Declaration
    public static string CurrentDir { get; set; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    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
    • Edit this page
    • View Source
    In this article
    Back to top Generated by DocFX