DeleteAvaxFile

Top  Previous  Next

 

DeleteAvaxFile (Method)

 

Deletes the .AVX file

 

Syntax:

Function DeleteAvaxFile(sFileName As String) As Boolean

 

The DeleteAvaxFile method syntax consists of the following:

Parameter

Data Type

Description

sFileName

String

Is the filename of the .AVX file to be deleted from the disk

 

Return value:

Boolean - True on success, false on error.

 

Example