Handbook
Glossary
editplus-path ( -- path )
Vocabulary
editors
.
editplus
Inputs
None
Outputs
path
an
object
Definition
USING:
io.standard-paths
kernel
namespaces
;
IN:
editors.editplus
:
editplus-path
( -- path )
\
editplus-path
get
[
{
"EditPlus 2"
}
"editplus.exe"
find-in-applications
[
"editplus.exe"
]
unless*
]
unless*
;