Delete Method
Description
Deletes files locally or from the server.
Syntax
Visual Basic
Public Sub Delete( _
   ByVal FSysFilter As String, _
   ByVal nDeleteType As Long _
) 
Parameters
FSysFilter
A file system filter. If the filter begins with "-r", it is applied recursively to all sub-directories. If the filter is an empty string, all files with all subdirectories are deleted.
nDeleteType

The delete type, Local or remote. A member of the tagTDAPI_EXSTOR_DELMODE Enumeration .

See Also