fs

package
v0.9.17 Latest Latest
Warning

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

Go to latest
Published: May 23, 2022 License: MIT Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func CopyFile

func CopyFile(src, dst string) (err error)

CopyFile copies a file from src to dst. If src and dst files exist, and are the same, then return success. Otherise, attempt to create a hard link between the two files. If that fail, copy the file contents from src to dst.

func Exists

func Exists(path string) (bool, error)

Exists returns whether the given file or directory exists

func FilterSubdir added in v0.9.7

func FilterSubdir(filename string, subdirs []string) bool

func GetCleanSlashPath added in v0.9.6

func GetCleanSlashPath(path string) string

func GetRelCleanSlashPath added in v0.9.6

func GetRelCleanSlashPath(rootdir, path string) (string, error)

func IsSamePath added in v0.9.13

func IsSamePath(leftPath, rightPath string) bool

func RewriteSubdir added in v0.9.7

func RewriteSubdir(filename string, subdirRewrites map[string]string) string

Types

This section is empty.

Jump to

Keyboard shortcuts

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