package filehelpers

import "github.com/bep/helpers/filehelpers"

Index

Functions

func CopyDir

func CopyDir(from, to string, filter func(filename string) bool) error

CopyDir copies a directory. Any directory or file matching the filter will be copied.

func CopyFile

func CopyFile(from, to string) error

CopyFile copies a file.

Source Files

filehelpers.go

Version
v0.5.0 (latest)
Published
Sep 8, 2024
Platform
js/wasm
Imports
4 packages
Last checked
21 hours ago

Tools for package owners.