ted-notepad-path ( -- path ) (original) (raw)
Vocabulary
editors.ted-notepad
Inputs
None
Outputs
path | an object |
---|
Definition
USING: io.standard-paths kernel namespaces ;
: ted-notepad-path ( -- path )
\ ted-notepad-path get [
{ "TED Notepad" } "tednpad.exe" find-in-applications
[ "TedNPad.exe" ] unless*
] unless* ;