$version
MagsBot version info.
@isfile[$filename]
Returns 1 if the specified file exists, otherwise returns 0.
@ispath[$filename]
Returns 1 if the specified directory exists, otherwise returns 0.
@confirm[$prompt]
Displays a popup dialog with the specified prompt. Returns 1 if
the user clicks "yes" or 0 if the user clicks "no".
$clipbd
Gets text from the Windows clipboard. Use the CLIPBD command to
send text to the clipboard. New with version 3.0.
$gethttp[$url]
Gets a web page as a string. New with version
5.1.
$ftpdir[$specifier]
Sets the directory for an already-opened FTP connection. New
with version 5.3.1.
Back to Functions.