fsutil

package
v0.13.2 Latest Latest
Warning

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

Go to latest
Published: Nov 1, 2024 License: MIT Imports: 6 Imported by: 0

Documentation

Index

Constants

View Source
const (
	// DefaultDirMode grants `rwx------`.
	DefaultDirMode = 0700
	// DefaultFileMode grants `rw-------`.
	DefaultFileMode = 0600
)

Variables

This section is empty.

Functions

func EnsureDirWritable

func EnsureDirWritable(path string) error

EnsureDirWritable ensures that path is a writable directory. Will attempt to create a new directory if path does not exist.

func NoPathExists

func NoPathExists(path string) bool

func NormalizePath

func NormalizePath(name string) (string, error)

NormalizePath ensures that name is an absolute path. Environment variables (and the ~ string) are expanded.

func PathExists

func PathExists(path string) bool

Types

This section is empty.

Jump to

Keyboard shortcuts

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