[This is preliminary documentation and is subject to change.]
Returns the first path found containing the fileName.
Declaration Syntax
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
Exception | Condition |
---|---|
ArgumentException | Thrown if the file is not found in any of the paths. |