Click or drag to resize

RemoteSearchOptionsUseRegexMatch Method (String, String, Boolean)

Specifies regex search patterns (e.g. @"^.*\.txt$").

Namespace:  Limilabs.FTP.Client
Assembly:  Ftp (in Ftp.dll) Version: 2.0.22214.1022
Syntax
public void UseRegexMatch(
	string folderPattern,
	string filePattern,
	bool ignoreCase
)

Parameters

folderPattern
Type: SystemString
Regex folder pattern.
filePattern
Type: SystemString
Regex file pattern.
ignoreCase
Type: SystemBoolean
True if case should be ignored, false otherwise.
See Also