Dynamic.Path

absolute

command

Dynamic

converts a filepath to absolute.

Example Usage:

(Path.absolute "dir/file") ; => "/home/foo/dir/file"

directory

command

Dynamic

takes the basename of a string taken to be a filepath.

Historical note: this is a command because it used to power one of the include macros.

Example Usage:

(Path.directory "dir/file") ; => "dir"