Function
Example
local b = SaveFile("c:\\test.txt", "Hello World"); if b=="<error>" then Log("Could not save file"); end; |
PlayOn Script Lua Specific Functions |
SaveFile |
See Also |
local b = SaveFile("c:\\test.txt", "Hello World"); if b=="<error>" then Log("Could not save file"); end; |