'Declaration Public Function MoveFile( _ ByVal oldPathAndName As System.String, _ ByVal newPathAndName As System.String _ ) As System.Boolean
'Usage Dim instance As FTP Dim oldPathAndName As System.String Dim newPathAndName As System.String Dim value As System.Boolean value = instance.MoveFile(oldPathAndName, newPathAndName)
public System.bool MoveFile( System.string oldPathAndName, System.string newPathAndName )
public function MoveFile( oldPathAndName: System.String; newPathAndName: System.String ): System.Boolean;
public function MoveFile( oldPathAndName : System.String, newPathAndName : System.String ) : System.boolean;
public: System.bool MoveFile( System.string* oldPathAndName, System.string* newPathAndName )
public: System.bool MoveFile( System.String^ oldPathAndName, System.String^ newPathAndName )
Parameters
- oldPathAndName
- The old path and file name
- newPathAndName
- The new path and file name
Return Value
True if the move was successful