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