MetadataCache.getFileInfo method
MetadataCache › getFileInfo
Unofficial
Get an entry from the file cache.Signature:
getFileInfo(path: string): FileCacheEntry | undefinedParameters:
| Parameter | Type | Description |
|---|---|---|
| path | string | The path to get the file info for. |
Returns: FileCacheEntry | undefined — The file cache entry or undefined.