IFileNameEscapeHandlerEscapeReservedName Method |
Converts a text representing a reserved file name into a string.
Namespace:
callback.ShellBoost.Core.Synchronization
Assembly:
callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax string EscapeReservedName(
string reservedName
)
Parameters
- reservedName
- Type: SystemString
The reserved name.
Return Value
Type:
String
A text.
See Also