A function added by MWSE.
xFileWriteString is the same as for xFileWriteShort, but stores a 'C'-style null terminated string to the file.
SyntaxEdit
xFileWriteString filename (string) text (string)
ExampleEdit
xFileWriteString "filename" "useful string"