Move()

File::Move(const String&, const String&) method

Moves the specified file to the new location.

static void System::IO::File::Move(const String &sourceFileName, const String &destFileName)

Arguments

ParameterTypeDescription
sourceFileNameconst String&A file to move
destFileNameconst String&The new location of a file referenced by sourceFileName

See Also