executable

package module
v0.52.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 3, 2024 License: Apache-2.0 Imports: 3 Imported by: 4

Documentation

Overview

Package executable provides information on the executable that started the process and utils to find other executables on the system

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Folder

func Folder() (string, error)

Folder returns the folder under which the executable is located, after having resolved all symlinks to the executable. Unlike os.Executable and osext.ExecutableFolder, Folder will resolve the symlinks across all platforms.

func FolderAllowSymlinkFailure

func FolderAllowSymlinkFailure() (string, error)

FolderAllowSymlinkFailure returns the folder under which the executable is located, without resolving symbolic links.

func ResolvePath

func ResolvePath(execName string) (string, error)

ResolvePath resolves the absolute path to the executable program with the given name in the argument. Returns error if the program's path cannot be resolved.

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL