fsutil

package
v1.4.0 Latest Latest
Warning

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

Go to latest
Published: Oct 4, 2017 License: MIT Imports: 12 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func CleanPath

func CleanPath(path string) string

CleanPath resolves common aliases in a path and cleans it as much as possible

func IsEmptyDir

func IsEmptyDir(path string) (bool, error)

IsEmptyDir checks if a certain path is an empty directory

func IsFile

func IsFile(path string) bool

IsFile checks if a certain path is actually a file

func Shred

func Shred(path string, runs int) error

Shred overwrite the given file any number of times

Types

type TempFiler

type TempFiler interface {
	io.WriteCloser
	Name() string
	Remove(context.Context) error
}

TempFiler is a tempfile interface

func TempFile

func TempFile(ctx context.Context, prefix string) (TempFiler, error)

TempFile returns a new tempfile wrapper

Jump to

Keyboard shortcuts

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