RemotePath.EscapeFileMask Method

Converts special characters in file path to make it an unambiguous file mask/wildcard.

Advertisement

Syntax

C#
public static string EscapeFileMask(string fileMask)
VB.NET
Public Shared Function EscapeFileMask(fileMask As String) As String

Parameters

Name Description
string fileMask File path to convert.

Return Value

Unambiguous file mask/wildcard.

Examples

Real-Life Examples

Advertisement

Last modified: by martin