notepad++-path ( -- path ) (original) (raw)

notepad++-path ( -- path )

Vocabulary
editors.notepad++

Inputs
None

Outputs

path an object

Definition

USING: io.standard-paths kernel namespaces ;

IN: editors.notepad++

: notepad++-path ( -- path )
\ notepad++-path get [
{ "notepad++" } "notepad++.exe" find-in-applications
[ "notepad++.exe" ] unless*
] unless* ;