Object: | FileManager |
Syntax: | DeleteFile ([in] Filename, [in, optional] Force) |
Description: | This method deletes a file from the web server's hard disk. The filename must contain the entire valid path. If Force is True, the file is deleted, even if it is marked as read-only. By default, Force is False. |