Function: SB-EXT:PARSE-NATIVE-NAMESTRING

package type github

Convert THING into a pathname, using the native conventions appropriate for the pathname host HOST, or if not specified the host of DEFAULTS. If THING is a string, the parse is bounded by START and END, and error behaviour is controlled by JUNK-ALLOWED, as with PARSE-NAMESTRING. For file systems whose native conventions allow directories to be indicated as files, if AS-DIRECTORY is true, return a pathname denoting THING as a directory.

Lambda list

(sb-impl::thing &optional sb-kernel:host sb-impl::defaults &key sb-impl::start sb-impl::end
 sb-impl::junk-allowed sb-impl::as-directory)