System::IO::File::Exists method

File::Exists method

Determines if the specified path references an existing file.

static bool System::IO::File::Exists(const String &path)
ParameterTypeDescription
pathconst String&The path to test

ReturnValue

True if the path references an existing file, otherwise - false

See Also