Method that moves the specified file from one location to another.
| 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. |