ArcPad Scripting Object Model
Delete Method
See Also  Send comments on this topic.
FileName
Required. A String that specifies the path and filename of the file to delete.
File Object : Delete Method

Glossary Item Box

Description

Deletes the specified file.

Syntax

object.Delete ( FileName )

Parameters

FileName
Required. A String that specifies the path and filename of the file to delete.

Return Type

Boolean

Remarks

The return value indicates whether the file was successfully deleted (True) or not (False).

See Also

© 2012 All Rights Reserved.