 | 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.ClientAssembly: Ftp (in Ftp.dll) Version: 2.0.26109.1248
Syntaxpublic string CreateAllFolders(
string remotePath
)
Public Function CreateAllFolders (
remotePath As String
) As String
public:
String^ CreateAllFolders(
String^ remotePath
)
member CreateAllFolders :
remotePath : string -> string Parameters
- remotePath String
- Pathname of the new remote folder.
Return Value
StringAbsolute path of the newly created remote folder.
See Also