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