fileutils

package
v0.4.1 Latest Latest
Warning

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

Go to latest
Published: Mar 21, 2016 License: MIT Imports: 6 Imported by: 0

Documentation

Overview

package fileutils provides utililty methods to copy and move files and directories.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Copyfile added in v0.4.0

func Copyfile(dst, src string) error

func Copypath

func Copypath(dst string, src string) error

Copypath copies the contents of src to dst, excluding any file or directory that starts with a period.

func RemoveAll

func RemoveAll(path string) error

RemoveAll removes path and any children it contains. Unlike os.RemoveAll it deletes read only files on Windows.

Types

This section is empty.

Jump to

Keyboard shortcuts

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