package filehelpers
import "github.com/bep/helpers/filehelpers"
Index ¶
- func CopyDir(from, to string, filter func(filename string) bool) error
- func CopyFile(from, to string) error
Functions ¶
func CopyDir ¶
CopyDir copies a directory. Any directory or file matching the filter will be copied.
func CopyFile ¶
CopyFile copies a file.
Source Files ¶
- Version
- v0.5.0 (latest)
- Published
- Sep 8, 2024
- Platform
- js/wasm
- Imports
- 4 packages
- Last checked
- 21 hours ago –
Tools for package owners.