InputFileSystemDirectory class

InputFileSystemDirectory class

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

Inheritance: InputFileSystemDirectoryInputWorkingDirectory

The InputFileSystemDirectory type exposes the following members:

Constructors

NameDescription
InputFileSystemDirectory(base_path)Initializes a new instance of the InputFileSystemDirectory class

Methods

NameDescription
get_file(file_name, search_subdirectories)Returns the stream to read from.
get_file(file_name)Returns the stream to read from.
get_file_names_by_extension(extension, path)Returns the array of file names by an extension.

See Also