Open Dev Kit Documentation :: General :: Filesystem :: Write File Contents
Root.Filesystem.FileWriteString( Path String, Content String ) BooleanCreates or overwrites a file with the contents of a string
Parameters
Return Value
Lua Usage
local boolean = filesystem:FileWriteString(path, content)
If you think anything is missing, please feel free to: submit documentation feedback on this page
