fixed code example for helma.Ftp.deleteFile method to use correct method name

This commit is contained in:
zumbrunn 2009-05-19 14:38:54 +00:00
parent 94d85929b4
commit 052b6fc4bb

View file

@ -492,7 +492,7 @@ helma.Ftp = function(server) {
/**
* Deletes a file on the FTP server.
*
* @example var str = ftp.delete("messages.txt");
* @example var str = ftp.deleteFile("messages.txt");
* @param {String} remoteFile as String, the name of the file to be deleted
* @return Boolean true if the deletion was successful, false otherwise
* @type Boolean