Search Results for

    Show / Hide Table of Contents

    Class FileHelper

    Stellt Funktionen bereit, die den Umgang mit Dateien im Dateisystem erleichtern​

    Inheritance
    System.Object
    FileHelper
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Simplic.Framework.Foundation.IO
    Assembly: Simplic.Framework.Foundation.dll
    Syntax
    public class FileHelper

    Methods

    | Improve this Doc View Source

    FileHasReadAccess(String)

    Check wether a file has read-access

    Declaration
    public static bool FileHasReadAccess(string Path)
    Parameters
    Type Name Description
    System.String Path

    Path to the file

    Returns
    Type Description
    System.Boolean

    True if the file is readable

    | Improve this Doc View Source

    FileHasWriteAccess(String)

    Überprüft, ob eine Datei Schreibzugriffe hat

    Declaration
    public static bool FileHasWriteAccess(string Path)
    Parameters
    Type Name Description
    System.String Path

    Pfad zu der Datei

    Returns
    Type Description
    System.Boolean

    True, wenn man Schreibzugriff auf die Datei hat

    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx