fileutil

package
v0.2.3 Latest Latest
Warning

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

Go to latest
Published: Jul 25, 2017 License: Apache-2.0 Imports: 4 Imported by: 4

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 ExistFile

func ExistFile(file string) bool

ExistFile - Tests if a file exists

func SymlinkFile

func SymlinkFile(tgt, ln string) (err error)

SymlinkFile creates link (ln) to a file (tgt). If tgt and ln files exist, and are the same, then return success. Otherwise, attempt to create or overwrite a symlink between the two files.

Types

This section is empty.

Jump to

Keyboard shortcuts

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