HomeManualTopicsTypesSymbols

std_types::string/std::load

loads data from a file

Parameter

filename
the name of the file to load

Results

None

Description

The read data is not converted from utf-8.

This function needs I/O-access rights.

Example

load! $buf "data.txt"

Topic

Input-Output

Implements

std::load load data

See also

std_types::string/std::save saves data to the specified file