'Declaration Public Function DeleteFile( _ ByVal fileName As System.String _ ) As System.Boolean
'Usage Dim instance As FTP Dim fileName As System.String Dim value As System.Boolean value = instance.DeleteFile(fileName)
public System.bool DeleteFile( System.string fileName )
public function DeleteFile( fileName: System.String ): System.Boolean;
public function DeleteFile( fileName : System.String ) : System.boolean;
public: System.bool DeleteFile( System.string* fileName )
public: System.bool DeleteFile( System.String^ fileName )
Parameters
- fileName
- The file to delete
Return Value
True if the file is successfully deleted OR the file does not exist