JGR MSTS Editors and Tools
Item Property (fileName)
NamespacesJgr.IOFileFinderItem[([( String])])

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

Returns the first path found containing the fileName.
Declaration Syntax
C#Visual BasicVisual C++
public string this[
	string fileName
] { get; }
Public ReadOnly Default Property Item ( _
	fileName As String _
) As String
	Get
public:
property String^ default[String^ fileName] {
	String^ get (String^ fileName);
}
Parameters
fileName (String)
The file to find in the paths. May contain directory elements, including up-level.
Value

[Missing <value> documentation for "P:Jgr.IO.FileFinder.Item(System.String)"]

Return Value
The file path of the found file.
Exceptions
ExceptionCondition
ArgumentExceptionThrown if the file is not found in any of the paths.

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