| 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
)
Public Function Move (
newPath As String
) As Boolean
public:
bool Move(
String^ newPath
)
member Move :
newPath : string -> bool
Parameters
- newPath
- Type: SystemString
The destination path to move the file to.
Return Value
Type:
BooleanTrue if the file was moved. False otherwise.
See Also