Handbook
Glossary
CFURLCreateWithFileSystemPath ( allocator filePath pathStyle isDirectory -- CFURLRef )
Vocabulary
core-foundation
.
urls
Inputs
allocator
an
object
filePath
an
object
pathStyle
an
object
isDirectory
an
object
Outputs
CFURLRef
an
object
Definition
USING:
alien.c-types
alien.syntax
core-foundation
core-foundation.strings
;
IN:
core-foundation.urls
FUNCTION:
CFURLRef
CFURLCreateWithFileSystemPath
(
CFAllocatorRef
allocator,
CFStringRef
filePath,
int
pathStyle,
Boolean
isDirectory )