CaseInsensitiveFileIndex.get method
CaseInsensitiveFileIndex › get
Resolves an abstract file by its path, case-insensitively, in O(1).Signature:
get(path: string): null | TAbstractFileParameters:
| Parameter | Type | Description |
|---|---|---|
| path | string | The path to resolve. |
Returns: null | TAbstractFile — The abstract file if found, otherwise null.