class ReadFileResult
- namespace: plugin_template
A file path + its contents.
fields
ReadFileResult.data
ReadFileResult.data : string
The blob of text that was read from path
.
ReadFileResult.path
ReadFileResult.path : string
An absolute path to a file on-disk.