paths

package
v1.5.5 Latest Latest
Warning

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

Go to latest
Published: Jul 1, 2021 License: Apache-2.0 Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func FilePathToURI

func FilePathToURI(p string) (string, error)

func FilterReservedNames

func FilterReservedNames(p string) string

func IsDir

func IsDir(p string) (bool, error)

func IsURI

func IsURI(ref string) bool

func ToAbsolute added in v0.15.2

func ToAbsolute(uri, relativeTo string) (string, error)

func URIToFilePath

func URIToFilePath(uri string) (string, error)

examples:

- unix file: file://laptop/some%20dir/file.tgz

- windows drive: file:///C:/Documents%20and%20Settings/file.tgz

- windows share: file://laptop/My%20Documents/file.tgz

func WindowsBasename

func WindowsBasename(p string) string

WindowsBasename is equivalent to path.Basename or filepath.Basename but always for Windows paths reproduced because Windows implementation is not exported

func WindowsDir

func WindowsDir(p string) string

WindowsDir is equivalent to path.Dir or filepath.Dir but always for Windows paths reproduced because Windows implementation is not exported

func WindowsPathSID

func WindowsPathSID(uid, gid int) string

WindowsPathSID returns the appropriate SID for a given UID and GID This the basic logic for path permissions in Pack and Lifecycle

func WindowsToSlash

func WindowsToSlash(p string) string

WindowsToSlash is equivalent to path.ToSlash or filepath.ToSlash but always for Windows paths reproduced because Windows implementation is not exported

Types

This section is empty.

Jump to

Keyboard shortcuts

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