JGR MSTS Editors and Tools
FileFinder Constructor (paths)
NamespacesJgr.IOFileFinderFileFinder(IEnumerable<(Of <<'(String>)>>))

[This is preliminary documentation and is subject to change.]

Constructs the FileFinder with a set of paths to search.
Declaration Syntax
C#Visual BasicVisual C++
public FileFinder(
	IEnumerable<string> paths
)
Public Sub New ( _
	paths As IEnumerable(Of String) _
)
public:
FileFinder(
	IEnumerable<String^>^ paths
)
Parameters
paths (IEnumerable<(Of <(<'String>)>)>)
The sequence of paths to search for files in.

Assembly: JGR.IO (Module: JGR.IO) Version: 0.5.4008.31681