tryResolveFileName Method
Resolve the input file name, which may be a partial name, into a full path file name.
tryResolveFileName(inFileName: string): undefined | string
@returns The resolved full path file name or undefined if not found.
| Parameter | Type | Description |
|---|---|---|
| inFileName | string | The partial file name. |
Returns - undefined | string
The resolved full path file name or undefined if not found.
Defined in
- core/backend/src/IModelHost.ts Line 747
Last Updated: 24 October, 2025
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.