ArcPad Scripting Object Model
File Object
See Also  Members  Send comments on this topic.

Glossary Item Box

Description

File

A File object provides platform independent access to files, with support for both binary and text data.

Remarks

A File object is a creatable object in ArcPad. Here's an example of creating a new File object:

Dim myFile
Set myFile = Application.CreateAppObject("file")

See Also

© 2013 All Rights Reserved.