ArcPad Scripting Object Model
GetFile Method
See Also  Send comments on this topic.
ZipFile
Required. A String that represents the name of the file inside the archive.
LocalFile
Required. A String that represents the full path of the file on the local device.
Archive Object : GetFile Method

Glossary Item Box

Description

Extracts the specified file from the archive and stores it locally with the specified filename.

Syntax

object.GetFile ( ZipFile, LocalFile )

Parameters

ZipFile
Required. A String that represents the name of the file inside the archive.
LocalFile
Required. A String that represents the full path of the file on the local device.

Return Type

Boolean

Example

See Also

© 2012 All Rights Reserved.