Click or drag to resize

FtpFolderExists Method

Detects whether the specified folder exists on the server.

Namespace: Limilabs.FTP.Client
Assembly: Ftp (in Ftp.dll) Version: 2.0.26109.1248
Syntax
public bool FolderExists(
	string remotePath
)

Parameters

remotePath  String
The path of the remote folder to check.

Return Value

Boolean
if the folder exists, otherwise.
See Also