Click or drag to resize
Galactic API

FileMove Method (String)

Moves this file to a new location.

Namespace:  Galactic.FileSystem
Assembly:  Galactic.FileSystem (in Galactic.FileSystem.dll) Version: 1.3.0.499 (1.3.0.499)
Syntax
public bool Move(
	string newPath
)

Parameters

newPath
Type: SystemString
The destination path to move the file to.

Return Value

Type: Boolean
True if the file was moved. False otherwise.
See Also