Path package:system-filepath
High‐level, byte‐based file and directory path manipulations. You
probably want to import
Filesystem.Path.CurrentOS instead,
since it handles detecting which rules to use in the current
compilation.
High-level, byte-based file and directory path manipulations (deprecated)
High-level, byte-based file and directory path manipulations
(deprecated).
Split a search path, such as
$PATH or
$PYTHONPATH,
into a list of
FilePaths.
splitSearchPathString is like
splitSearchPath, but takes a
string encoded in the format used by
System.IO.
Split a search path, such as
$PATH or
$PYTHONPATH,
into a list of
FilePaths.
Note: The type of
platformTextFormat can change depending
upon the underlying compilation platform. Consider using
splitSearchPathString instead. See
Rules for more
information.
splitSearchPathString is like
splitSearchPath, but takes a
string encoded in the format used by
System.IO.