Click or drag to resize

IFileNameEscapeHandler Methods

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