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