Function: SB-EXT:NATIVE-NAMESTRING

package type github

Construct the full native (name)string form of PATHNAME. For file systems whose native conventions allow directories to be indicated as files, if AS-FILE is true and the name, type, and version components of PATHNAME are all NIL or :UNSPECIFIC, construct a string that names the directory according to the file system’s syntax for files.

Lambda list

(pathname &key sb-impl::as-file)