Open Dev Kit Documentation :: General :: Filesystem :: Read File Contents
Root.Filesystem.FileReadString( Path String, Offset Integer, Bytes Integer ) StringReturns the entire contents of a file as a string
Parameters
- Path String
- Location of the file being read
- Offset Integer
- Position (in bytes) to begin reading from; 0 for the beginning of the file, and a negative value will begin from the end of the file
- Bytes Integer
- Maximum number of bytes that will be read from the file
Return Value
If you think anything is missing, please feel free to: submit documentation feedback on this page
