Delete (server files)
Minimum version: 3.1
Purpose
Deletes a file from the FirstClass server.
Syntax
ServerFile.Delete ("Path") [|, Index]
Path |
The path to the file to be deleted. The path can include a container within the file. |
Index |
The integer that represents the file to be deleted. |
Example
Dim sf as ServerFile
sf.Delete("FCAS Config:testitem")
|