Search Results for

    Show / Hide Table of Contents

    Struct FilePath

    Implements
    IEquatable<FilePath>
    IEmptiable
    Inherited Members
    object.Equals(object, object)
    object.GetType()
    object.ReferenceEquals(object, object)
    Namespace: Glitch9
    Assembly: Glitch9.dll
    Syntax
    public readonly struct FilePath : IEquatable<FilePath>, IEmptiable

    Constructors

    | Edit this page View Source

    FilePath(string, string)

    Declaration
    public FilePath(string directory, string fileName)
    Parameters
    Type Name Description
    string directory
    string fileName

    Properties

    | Edit this page View Source

    Directory

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

    FileName

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

    IsEmpty

    Gets whether this object is empty.

    Declaration
    public bool IsEmpty { get; }
    Property Value
    Type Description
    bool

    Methods

    | Edit this page View Source

    Equals(FilePath)

    Declaration
    public bool Equals(FilePath other)
    Parameters
    Type Name Description
    FilePath other
    Returns
    Type Description
    bool
    | Edit this page View Source

    Equals(object)

    Declaration
    public override bool Equals(object obj)
    Parameters
    Type Name Description
    object obj
    Returns
    Type Description
    bool
    Overrides
    ValueType.Equals(object)
    | Edit this page View Source

    FromFullPath(string)

    Declaration
    public static FilePath FromFullPath(string fullPath)
    Parameters
    Type Name Description
    string fullPath
    Returns
    Type Description
    FilePath
    | Edit this page View Source

    GetHashCode()

    Declaration
    public override int GetHashCode()
    Returns
    Type Description
    int
    Overrides
    ValueType.GetHashCode()
    | Edit this page View Source

    ToString()

    Declaration
    public override string ToString()
    Returns
    Type Description
    string
    Overrides
    ValueType.ToString()

    Operators

    | Edit this page View Source

    implicit operator string(FilePath)

    Declaration
    public static implicit operator string(FilePath filePath)
    Parameters
    Type Name Description
    FilePath filePath
    Returns
    Type Description
    string

    Implements

    IEquatable<T>
    IEmptiable

    Extension Methods

    EventExtensions.ToDelta<T>(T, string, int, string, bool)
    EventExtensions.ToDone<T>(T, string, int, string)
    EventExtensions.ToEvent<T>(T)
    EventExtensions.UpcastDelta<T1, T2>(T1, string, int, string, bool)
    FallbackExtensions.IsOr<TParent, TChild>(TParent, TChild)
    ResponseCastingExtensions.GetResult<T>(T)
    SystemExtensions.GetHashCodeOrDefault<T>(T)
    SystemExtensions.GetName(object)
    • Edit this page
    • View Source
    In this article
    Back to top AI DevKit Documentation