Background for Skyrim SE
Member of the MiscUtil script
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)
Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.