<CFFileSystemURL> ( string dir? -- url )


Vocabulary
core-foundation.urls

Inputs
stringa pathname string
dir?a boolean indicating if the pathname is a directory


Outputs
urla CFURL


Word description
Creates a new CFURL pointing to the given local pathname.

Definition