HomeManualTopicsTypesSymbols
std_types::string/std::save
saves data to the specified file
Parameters
- filename
- the name of the file to save
- data
- an octet string containing the data
Results
None
Description
The data written is not converted to utf-8.
This function needs I/O-access rights.
Example
$text "
...
This is some text.
...
save! "data.txt" data
Topic
Input-Output
Implements
See also