Share

FileManager.MoveFile Method

Parent Object: FileManager

Description

Method that moves the specified file from one location to another.

Syntax

FileManager.MoveFile( SourceFullFileName As String, DestinationFullFileName As String, [FileManagementOption] As FileManagementEnum )

Parameters

Name Type Description
SourceFullFileName String Input String that specifies the full path and filename of the file to move.
DestinationFullFileName String Input String that specifies the full path and filename in which to place the results of the move procedure.
FileManagementOption FileManagementEnum Input constant that specifies how to handle the results of the file operation.

This is an optional argument whose default value is 0.

Version

Introduced in version 6

Was this information helpful?