System::IO::FileInfo::MoveTo method

FileInfo::MoveTo method

Moves the file represented by the current object to the specified location.

void System::IO::FileInfo::MoveTo(const String &destFileName)
ParameterTypeDescription
destFileNameconst String&The destination file name

See Also