ArcPad Scripting Object Model
Move Method
See Also  Send comments on this topic.
ExistingFileName
Required. A String that represents the full path of the file to be moved.
NewFileName
Required. A String that represents the full path of the destination where the file is to be moved.
File Object : Move Method

Glossary Item Box

Description

Moves an existing file from one location to another.

Syntax

object.Move ( ExistingFileName, NewFileName )

Parameters

ExistingFileName
Required. A String that represents the full path of the file to be moved.
NewFileName
Required. A String that represents the full path of the destination where the file is to be moved.

Return Type

Boolean

Remarks

The Move method can also be used to rename an existing file.

Example

See Also

© 2013 All Rights Reserved.