Handbook
Glossary
<CFBundle> ( string -- bundle )
Vocabulary
core-foundation
.
bundles
Inputs
string
a pathname string
Outputs
bundle
a
CFBundle
Word description
Creates a new
CFBundle
.
Definition
USING:
core-foundation
core-foundation.urls
kernel
;
IN:
core-foundation.bundles
:
<CFBundle>
( string -- bundle )
t
<CFFileSystemURL>
[
f
swap
CFBundleCreate
]
keep
CFRelease
;