Moves a file from the specified path to the specified folder.
Namespace: MOVEit.DMZ.APIAssembly: MOVEit.DMZ.API (in MOVEit.DMZ.API.dll) Version: 9.0.0.0
Syntax public bool FileMove(
string MOVEitPathFrom,
string MOVEitFolderTo
)
Public Function FileMove (
MOVEitPathFrom As String,
MOVEitFolderTo As String
) As Boolean
public:
bool FileMove(
String^ MOVEitPathFrom,
String^ MOVEitFolderTo
)
Parameters
- MOVEitPathFrom
- Type: SystemString
Path or ID of the original file on the MOVEit Transfer host. - MOVEitFolderTo
- Type: SystemString
Path or ID of the folder on the MOVEit Transfer host to move the original file to.
Return Value
Type:
Booleantrue if successful; otherwise,
false.
See Also