- Found in:
- PapyrusUtil
boolfunctionWriteToFile(stringfileName, stringtext, boolappend=true, booltimestamp=false)NativeGlobal
Description
Documentation Comment
Write string to file.
Caveats
Parameters
stringfileName
stringtext
boolappend=true
booltimestamp=false
Examples
Auto-Generated Example
string myString__fileName
string myString__text
bool myBool__append
bool myBool__timestamp
bool returnedValue = MiscUtil.WriteToFile(myString__fileName, myString__text, myBool__append, myBool__timestamp)