HomeManualTopicsTypesSymbols

std::file_exists

checks if the specified file exists

Parameter

filename

Results

None

Description

Returns std::true if the file exists and std::false otherwise.

This function needs I/O-access rights.

Example

file_exists! $does_exist"data.txt"

Topic

Input-Output