Handbook
Glossary
find-zed-bundle-path ( -- path/f )
Vocabulary
editors
.
zed
Inputs
None
Outputs
path/f
an
object
Definition
USING:
io.pathnames
io.standard-paths
kernel
;
IN:
editors.zed
:
find-zed-bundle-path
( -- path/f )
"dev.zed.Zed"
find-native-bundle
[
"Contents/MacOS/cli"
append-path
]
[
f
]
if*
;