executableDir
Returns the path to the user's executable directory.
Platform-specific
Linux: Resolves to
$XDG_BIN_HOME/../binor$XDG_DATA_HOME/../binor$HOME/.local/bin.macOS: Not supported.
Windows: Not supported.
Since
1.0.0
Returns the path to the user's executable directory.
Linux: Resolves to $XDG_BIN_HOME/../bin or $XDG_DATA_HOME/../bin or $HOME/.local/bin.
macOS: Not supported.
Windows: Not supported.
1.0.0