Search Results for

    Show / Hide Table of Contents

    Interface IFileAccessor

    Namespace: i5.Toolkit.Core.Experimental.SystemAdapters
    Assembly: cs.temp.dll.dll
    Syntax
    public interface IFileAccessor

    Methods

    Delete(string)

    Declaration
    void Delete(string path)
    Parameters
    Type Name Description
    string path

    Exists(string)

    Declaration
    bool Exists(string path)
    Parameters
    Type Name Description
    string path
    Returns
    Type Description
    bool

    OpenRead(string)

    Declaration
    FileStream OpenRead(string path)
    Parameters
    Type Name Description
    string path
    Returns
    Type Description
    FileStream

    ReadAllText(string)

    Declaration
    string ReadAllText(string path)
    Parameters
    Type Name Description
    string path
    Returns
    Type Description
    string

    WriteAllText(string, string)

    Declaration
    void WriteAllText(string path, string contents)
    Parameters
    Type Name Description
    string path
    string contents
    In this article
    Back to top i5 Toolkit Documentation