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