SQL Object
 
Syntax
 
SQL.DeleteFromArchive(FileName)
 
Description
Deletes a file from the digital repository, including any locally stored version of the file.
 
Returns TRUE if successfully deleted, FALSE otherwise.
 
Please note that this is an irreversible action!
 
Parameter
Description
FileName
Reference to file, including original pathname. Wildcards are not allowed.
 
See Also
Example
 
Sub Main
 
   Debug.Print SQL.DeleteFromArchive("c:\oud bestand.doc")
 
End Sub