OverExposureFileSystem.readFile method
OverExposureFileSystem › readFile
Signature:
readFile(this: void, path: string): string | undefinedParameters:
| Parameter | Type | Description |
|---|---|---|
| this | void | |
| path | string | File path. |
Returns: string | undefined — The file contents, or undefined when absent.