WolframLang: Write File
WriteString[ fileNameOrPath, string]
-
writes String to a file.
- if the file does not exist, it is created.
- if the file already exists, it is overwritten.
WriteString[ "xxtest", " some thing"]
WriteString[ fileNameOrPath, string]
WriteString[ "xxtest", " some thing"]