History
ServerFile.Delete
Home
•
Help
•
A0
•
Customization Tools
•
FCAS
•
Language Reference
•
ServerFile.Delete
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")