IO
.
.
::
.
.
MoveFile Method
Moves the file.
Namespace:
Core
Assembly:
Core
(in Core.dll)
Syntax
C#
public
static
void
MoveFile
(
string
sSourcePath
,
string
sDestPath
)
Parameters
sSourcePath
Type:
String
The s source path.
sDestPath
Type:
String
The s dest path.
See Also
IO Class
Core Namespace