ESCAPE_CHARACTER

const val ESCAPE_CHARACTER: Char = '~'(source)

Character used as part of an escape sequence in the string representation of paths. It may be used to escape the special fragments ".", "..", "*", and "**" with "~.", "~..", "~*", and "~**" respectively, as well as escape characters such as "/", "~", "{", "=", ";", and "}".