IFileNameEscapeHandler Interface |
Namespace: ShellBoost.Core.Synchronization
public interface IFileNameEscapeHandler
The IFileNameEscapeHandler type exposes the following members.
Name | Description | |
---|---|---|
EscapeInvalidChar |
Converts an invalid character into a string.
| |
EscapeReservedName |
Converts a text representing a reserved file name into a string.
| |
UnescapeFileName |
Converts a file name that was escaped using the EscapeReservedName and EscapeInvalidChar methods into text.
|