Skip to content
This repository was archived by the owner on Nov 26, 2022. It is now read-only.

FTP.Client.MKD

Andrew Lambert edited this page Jul 27, 2017 · 2 revisions

FTP.Client.MKD

Method Signature

 Sub MKD(NewDirectoryName As String)

Parameters

Name Type Comment
NewDirectoryName String The name of the remote directory to create.

Notes

Create a new directory relative to the CWD.

Clone this wiki locally