DeleteFile Method
Remove a file specified by FileName from the server.
Object Oriented Interface
public function doDeleteFile($filename);
Procedural Interface
incloudstorage_cloudstorage_do_deletefile($res, $filename);
Remarks
This method deletes the files specified by the FileName parameter from the server. FileName may be either an absolute path, or a path relative to RemotePath.