ClientCreateDirectory Method
Creates a directory on the FTP server.
Namespace: DevCase.ThirdParty.FluentFTPAssembly: DevCase.net48.ThirdParty.FluentFTP (in DevCase.net48.ThirdParty.FluentFTP.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public void CreateDirectory(
string directorypath,
bool force
)
Public Sub CreateDirectory (
directorypath As String,
force As Boolean
)
Dim instance As Client
Dim directorypath As String
Dim force As Boolean
instance.CreateDirectory(directorypath,
force)
public:
void CreateDirectory(
String^ directorypath,
bool force
)
member CreateDirectory :
directorypath : string *
force : bool -> unit
No code example is currently available or this language may not be supported.
Parameters
- directorypath String
-
The ftp directory path.
- force Boolean
-
Try to force all non-existant pieces of the path to be created.
Note: Some functionalities of this assembly may require to install one or all of the listed NuGet packages:
FluentFTP