Click or drag to resize

IFileNameEscapeHandler Interface

Defines a file name escape handler.

Namespace:  callback.ShellBoost.Core.Synchronization
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public interface IFileNameEscapeHandler

The IFileNameEscapeHandler type exposes the following members.

Methods
  NameDescription
Public methodEscapeInvalidChar
Converts an invalid character into a string.
Public methodEscapeReservedName
Converts a text representing a reserved file name into a string.
Public methodUnescapeFileName
Converts a file name that was escaped using the EscapeReservedName and EscapeInvalidChar methods into text.
Top
See Also