ted-notepad-path ( -- path ) (original) (raw)

ted-notepad-path ( -- path )

Vocabulary
editors.ted-notepad

Inputs
None

Outputs

path an object

Definition

USING: io.standard-paths kernel namespaces ;

IN: editors.ted-notepad

: ted-notepad-path ( -- path )
\ ted-notepad-path get [
{ "TED Notepad" } "tednpad.exe" find-in-applications
[ "TedNPad.exe" ] unless*
] unless* ;