AfterCreateFTPDirectory Method
Class: FTP_SERVICE
Description:Raised after calling API function FtpCreateDirectory()
This event is raised after calling API function FtpCreateDirectory().
Object.AfterCreateFTPDirectory
Parameter
lcNewDir
New directory
Type Character
By reference  
Direction Input
Name of the directory to create on the FTP Server.
fResult
Result of calling FtpCreateDirectory
Type Numeric
Direction Input
See also
Expand/Collapse source code of procedure AfterCreateFTPDirectory Source Code
   LPARAMETERS INPREF lcNewDir,INP fResult