RemotePath.EscapeOperationMask Method
Converts special characters in a file path to make it an unambiguous operation mask.
Syntax
C#
public static string EscapeOperationMask(string operationMask)
VB.NET
Public Shared Function EscapeOperationMask(operationMask As String) As String
Parameters
Name | Description |
---|---|
string operationMask | The file path to convert. |
Return Value
An unambiguous operation mask.
All special operation mask symbols are escaped with a backslash (\
).