Class InputFileSystemDirectory

InputFileSystemDirectory class

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

public class InputFileSystemDirectory : IFileCollector, IInputWorkingDirectory

Constructors

NameDescription
InputFileSystemDirectory(string)Creates new instance.

Methods

NameDescription
virtual 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.

See Also