FileInfo()

FileInfo::FileInfo(const String&) constructor

Constructs a new instance of FileInfo class that represents the specified file.

System::IO::FileInfo::FileInfo(const String &path)

Arguments

ParameterTypeDescription
pathconst String&The path to the file

See Also