file
strings.jsFunctions
hex
(
s, prefix)
-
Convert bytes in
s
into 2-digit hex representation. displayfs
(
utf16pua)
- Map a UTF-16 encoded filename with PUA byte encodings to visible characters.
basename
(
path)
-
Strip the directory parts of a
path
. displaybasename
(
path)
-
Strip the directory parts of displayfs (
path
). dirname
(
path)
-
Strip basename and return only directory parts of a
path
. displaydirname
(
path)
-
Strip basename and return only directory parts of a displayfs
(
path
).