Handbook
Glossary
brackets-path ( -- path )
Vocabulary
editors
.
brackets
Inputs
None
Outputs
path
an
object
Definition
USING:
system
;
IN:
editors.brackets
HOOK:
brackets-path
os
( -- path )
Methods
USING:
editors.brackets
io.pathnames
io.standard-paths
kernel
system
;
M:
macos
brackets-path
"io.brackets.appshell"
find-native-bundle
[
"Contents/MacOS/Brackets"
append-path
]
[
f
]
if*
;