 | FtpFolderExists Method |
Detects whether the specified folder exists on the server.
Namespace: Limilabs.FTP.ClientAssembly: Ftp (in Ftp.dll) Version: 2.0.26109.1248
Syntaxpublic bool FolderExists(
string remotePath
)
Public Function FolderExists (
remotePath As String
) As Boolean
public:
bool FolderExists(
String^ remotePath
)
member FolderExists :
remotePath : string -> bool Parameters
- remotePath String
- The path of the remote folder to check.
Return Value
Boolean if the folder exists,
otherwise.
See Also