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!
| ||||
See Also
| |||||
Example
| Sub Main() Debug.Print SQL.DeleteFromArchive("c:\oud bestand.doc") End Sub | ||||