CodeFactory Platform CodeFactory Platform
CodeFactory Platform CodeFactory Platform
CodeFactory

Search Results for

    Class FileHelper

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

    Inheritance
    object
    FileHelper
    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 FileHelper

    Properties

    | Improve this Doc View Source

    InvalidFileNameCharacters

    The invalid characters not allowed in a file name.

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

    Methods

    | Improve this Doc View Source

    ContainsInvalidFileNameCharacter(string)

    Provided file name is checked to determine if it has

    Declaration
    public static bool ContainsInvalidFileNameCharacter(string fileName)
    Parameters
    Type Name Description
    string fileName

    The filename 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.