HomeManualTopicsTypesSymbols

std::stat

retrieves status information about the specified file

Parameters

None

Results

None

Description

If a file with the specified name exists a status object is returned which can be queried using functions like std::size_of.

If no such file exists then an error object is returned.

Argument: filename # the name of the file

Topic

POSIX