• Api Documentation
  • Code Coverage
  • Source Code
Search Results for

    Show / Hide Table of Contents
    • JeremyAnsel.IO.DiscLocator
      • DiscFileLocatorFactory
    • JeremyAnsel.IO.Locator
      • FileLocatorFactory
      • IFileLocator
      • IWritableFileLocator
      • MemoryFileLocator
      • WritableFileLocatorFactory

    Interface IWritableFileLocator

    The writable file locator interface.

    Inherited Members
    IDisposable.Dispose()
    Namespace: JeremyAnsel.IO.Locator
    Assembly: JeremyAnsel.IO.Locator.dll
    Syntax
    public interface IWritableFileLocator : IDisposable

    Methods

    | Edit this page View Source

    Create(string)

    Create a file.

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

    A path.

    | Edit this page View Source

    Write(string, Stream?)

    Write a file.

    Declaration
    void Write(string path, Stream? data)
    Parameters
    Type Name Description
    string path

    A path.

    Stream data

    The data.

    | Edit this page View Source

    WriteAll(IFileLocator?)

    Write the files from a file locator.

    Declaration
    void WriteAll(IFileLocator? locator)
    Parameters
    Type Name Description
    IFileLocator locator

    A file locator.

    | Edit this page View Source

    WriteAll(IFileLocator?, string)

    Write the files from a file locator.

    Declaration
    void WriteAll(IFileLocator? locator, string root)
    Parameters
    Type Name Description
    IFileLocator locator

    A file locator.

    string root

    The root path.

    • Edit this page
    • View Source
    In this article
    Back to top Copyright (c) 2015-2022 Jérémy Ansel