ReadFile
Reads the contents of a given file.
ReadFile(path) : data | false
Example
Reads the contents of the scripts/test.json
file.
local data = ReadFile('scripts/test.json')
Reads the contents of a given file.
ReadFile(path) : data | false
Example
Reads the contents of the scripts/test.json
file.
local data = ReadFile('scripts/test.json')