'Declaration Public Function FileExistsByRegex( _ ByVal regularExpression As System.Text.RegularExpressions.Regex _ ) As System.Boolean
'Usage Dim instance As FTP Dim regularExpression As System.Text.RegularExpressions.Regex Dim value As System.Boolean value = instance.FileExistsByRegex(regularExpression)
public System.bool FileExistsByRegex( System.Text.RegularExpressions.Regex regularExpression )
public function FileExistsByRegex( regularExpression: System.Text.RegularExpressions.Regex ): System.Boolean;
public function FileExistsByRegex( regularExpression : System.Text.RegularExpressions.Regex ) : System.boolean;
public: System.bool FileExistsByRegex( System.Text.RegularExpressions.Regex* regularExpression )
public: System.bool FileExistsByRegex( System.Text.RegularExpressions.Regex^ regularExpression )
Parameters
- regularExpression