CFtp.CreateDir Method | |
Create a new directory on the FTP server.
Namespace:
VO
Assembly:
VOInternetClasses (in VOInternetClasses.dll) Version: 2.19
Syntax VIRTUAL METHOD CreateDir(
cRemoteDir
) AS USUAL CLIPPER
[ClipperCallingConventionAttribute(new string[] { ... })]
public virtual Usual CreateDir(
Usual cRemoteDir = default
)
Request Example
View SourceParameters
- cRemoteDir (Optional)
- Type: Usual
String that contains the name of the directory that is to be created.
Return Value
Type:
Usual
TRUE if successful; otherwise, FALSE.
Remarks
This method creates a new directory on the remote FTP server.
See Also