-
Notifications
You must be signed in to change notification settings - Fork 258
lib.io.file.ReadFile
Thomas Mann edited this page Sep 5, 2025
·
5 revisions
in Lib.io.file
Reads a file on the local disk and outputs the content as a string
Opposite of: [WriteToFile]
Useful combination: [PickStringPart]
Also see: [RequestUrl] which adds online capabilities and [GetAttributeFromJsonString]
| Name (Relevancy & Type) | Description |
|---|---|
| FilePath (String) | Allows the selection of the file to be read |
| TriggerUpdate (Boolean) | Triggers a new scan of the selected file |
| Name | Type |
|---|---|
| Result | System.String |
⚠ Everything else is automatically generated and will be overwritten regularly.