osext

package module
v0.0.0-...-15c52d0 Latest Latest
Warning

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

Go to latest
Published: Oct 27, 2018 License: BSD-3-Clause Imports: 5 Imported by: 247

README

(do not use)

Use os.Executable in the standard library now. Or use github.com/kardianos/osext if you need a shim.

Documentation

Overview

Extensions to the standard "os" package.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Executable

func Executable() (string, error)

Executable returns an absolute path that can be used to re-invoke the current program. It may not be valid after the current program exits.

func ExecutableFolder

func ExecutableFolder() (string, error)

Returns same path as Executable, returns just the folder path. Excludes the executable name.

func GetExePath

func GetExePath() (exePath string, err error)

Depricated. Same as Executable().

Types

This section is empty.

Jump to

Keyboard shortcuts

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