Handbook
Glossary
find-rider-path ( -- path )
Vocabulary
editors
.
rider
Inputs
None
Outputs
path
an
object
Definition
USING:
system
;
IN:
editors.rider
HOOK:
find-rider-path
os
( -- path )
Methods
USING:
editors.rider
io.pathnames
io.standard-paths
kernel
system
;
M:
macos
find-rider-path
"com.jetbrains.rider"
find-native-bundle
[
"Contents/MacOS/rider"
append-path
]
[
f
]
if*
;
USING:
editors.rider
kernel
;
M:
object
find-rider-path
f
;
USING:
editors.rider
io.standard-paths
kernel
system
;
M:
windows
find-rider-path
{
"Jetbrains"
}
"rider64.exe"
find-in-applications
[
"rider64.exe"
]
unless*
;