File
A File object provides platform independent access to files, with support for both binary and text data.
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")
Dim myFile
Set myFile = Application.CreateAppObject("file")