Class OutputFileSystemDirectory

OutputFileSystemDirectory class

Implements the regular file system’s method for getting a file stream to write to.

public class OutputFileSystemDirectory : InputFileSystemDirectory, IOutputWorkingDirectory

Constructors

NameDescription
OutputFileSystemDirectory(string)Creates new instance.

Methods

NameDescription
override Dispose()Disposes the instance.
GetFile(string, bool)Returns the stream to read from.
GetFileNamesByExtension(string, string)Returns the array of file names by an extension.
GetOutputFile(string)Returns the stream to write to.

See Also