| FtpCreateFolder Method |
Creates a folder on the server.
Namespace:
Limilabs.FTP.Client
Assembly:
Ftp (in Ftp.dll) Version: 2.0.22214.1022
Syntax public string CreateFolder(
string remotePath
)
Public Function CreateFolder (
remotePath As String
) As String
public:
String^ CreateFolder(
String^ remotePath
)
member CreateFolder :
remotePath : string -> string
Parameters
- remotePath
- Type: SystemString
Pathname of the new remote folder.
Return Value
Type:
StringAbsolute path of the newly created or already existing remote folder.
See Also