Lib.io.file.ReadFile - tixl3d/tixl GitHub Wiki
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.