| FtpCreateAllFolders Method |
Creates all the directories and subdirectories in a specified by the
remotePath.
Some servers implement this feature by default, in such case you can use
CreateFolder(String) method.
Namespace:
Limilabs.FTP.Client
Assembly:
Ftp (in Ftp.dll) Version: 2.0.22214.1022
Syntax public string CreateAllFolders(
string remotePath
)
Public Function CreateAllFolders (
remotePath As String
) As String
public:
String^ CreateAllFolders(
String^ remotePath
)
member CreateAllFolders :
remotePath : string -> string
Parameters
- remotePath
- Type: SystemString
Pathname of the new remote folder.
Return Value
Type:
StringAbsolute path of the newly created remote folder.
See Also