IFileNameEscapeHandlerUnescapeFileName Method |
Converts a file name that was escaped using the EscapeReservedName and EscapeInvalidChar methods into text.
Namespace:
callback.ShellBoost.Core.Synchronization
Assembly:
callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax string UnescapeFileName(
string fileName
)
Parameters
- fileName
- Type: SystemString
The input file name.
Return Value
Type:
String
A text.
See Also