Skip to content

OverExposureFileSystem.readFile method

OverExposureFileSystem › readFile

Signature:

readFile(this: void, path: string): string | undefined

Parameters:

ParameterTypeDescription
thisvoid
pathstringFile path.

Returns: string | undefinedThe file contents, or undefined when absent.