fork(3) download
  1. (inspect #P"foo/")
Success #stdin #stdout 0.01s 535040KB
stdin
:d
stdout
#P"foo/":  atom
 type: PATHNAME
 class: #1=#<BUILT-IN-CLASS PATHNAME>
INSPECT-- type :h for help; :q to return to the REPL ---> 

#P"foo/" is a pathname, with the following components:
DIRECTORY = (:RELATIVE "foo")
INSPECT-- type :h for help; :q to return to the REPL --->