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

std::save save data

See also

std_types::string/std::load loads data from a file