Handbook
Glossary
find-geany-path ( -- path )
Vocabulary
editors
.
geany
Inputs
None
Outputs
path
an
object
Definition
USING:
system
;
IN:
editors.geany
HOOK:
find-geany-path
os
( -- path )
Methods
USING:
editors.geany
system
;
M:
unix
find-geany-path
"geany"
;
USING:
combinators.short-circuit
editors.geany
io.standard-paths
system
;
M:
windows
find-geany-path
{
[
{
"Geany"
}
"geany.exe"
find-in-applications
]
[
"Geany.exe"
]
}
0||
;