CreateFTPDirectory (open)

This function will create a new directory

Syntax

LOADLIB "wh::internet/ftp.whlib";

BOOLEAN FUNCTION CreateFTPDirectory(INTEGER connectionid, STRING dirname)

Parameters

INTEGER connectionid

Integer id of the connection (opened by OpenFTPSite)

STRING dirname

Name of the new directory

Return value

BOOLEAN

boolean indicating if the command was succesfull