|

NewName


(string) The new path to the folder. This must include the full path and folder name.


Re t u r n s


Nothing. You can use Application.GetLastError to determine whether this action failed, and why.


See also: Related Actions


image

image

Folder.SetCurrent

OverviewExamples

Folder.SetCurrent ( string Folder )


De s cr ip t ion


Sets the application's "current folder" (working directory).


P arame t er s


Folder


(string) The path to the folder.


Re t u r n s


Nothing. You can use Application.GetLastError to determine whether this action failed, and why.


See also: Related Actions


image

F T P W I


image

FTPWI.Download

OverviewExamples

FTPWI.Download ( string URL,


string Filename,


string Username = "anonymous", string Password = "guest@", number Mode = MODE_BINARY, number Timeout = 20,

number Port = 21,


boolean PassiveMode = true,


function CallbackFunction = nil )


De s cr ip t ion


Downloads a file from an FTP site using FTP (file transfer protocol).


P arame t er s


URL


(string) The full ftp address to the file you want to download. For example, ftp://ftp.myftpsite.com/updates/myfile.txt.


|