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