Handbook
Glossary
CFURLCreateWithString ( allocator string base -- CFURLRef )
Vocabulary
core-foundation
.
urls
Inputs
allocator
an
object
string
an
object
base
an
object
Outputs
CFURLRef
an
object
Definition
USING:
alien.syntax
core-foundation
core-foundation.strings
;
IN:
core-foundation.urls
FUNCTION:
CFURLRef
CFURLCreateWithString
(
CFAllocatorRef
allocator,
CFStringRef
string,
CFURLRef
base )