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