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