CodeFactory Platform CodeFactory Platform
CodeFactory Platform CodeFactory Platform
CodeFactory

Search Results for

    Class PathHelper

    Static helper class that contains functions to support path management with visual studio.

    Inheritance
    object
    PathHelper
    Inherited Members
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    Namespace: CodeFactory.VisualStudio
    Assembly: CodeFactory.VisualStudio.dll
    Syntax
    public static class PathHelper

    Properties

    | Improve this Doc View Source

    InvalidPathNameCharacters

    The invalid characters not allowed in a path name.

    Declaration
    public static string InvalidPathNameCharacters { get; }
    Property Value
    Type Description
    string

    Methods

    | Improve this Doc View Source

    ContainsInvalidPathNameCharacter(string)

    Provided file name is checked to determine if it has

    Declaration
    public static bool ContainsInvalidPathNameCharacter(string path)
    Parameters
    Type Name Description
    string path

    The path to be evaluated.

    Returns
    Type Description
    bool

    True if invalid characters exists or false if the file does not have invalid characters.

    © CodeFactory, LLC. All rights reserved.