Registry / utility / hacdias-fileutils

hacdias-fileutils

JSON →
library1.0.0gogounverified

Package fileutils implements some useful functions to work with the file system.

go get github.com/hacdias/fileutils
INSTALL
IMPORT
SIG · HACDIAS-FILEUTILS
H
hacdias-fileutils
utilitygov1.0.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

fileutils
github.com/hacdias/fileutils

Copies a file from source to destination.

package main import ( "fmt" "github.com/hacdias/fileutils" ) func main() { err := fileutils.CopyFile("src.txt", "dst.txt") if err != nil { panic(err) } fmt.Println("File copied successfully") }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.0.0latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
12 hits · last 30 days
node
12
Resources
hacdias-fileutils — go get hacdias-fileutils · libregistry