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