# README
exist
checking the existence of a directory or file
git
go get https://github.com/inkochetkov/exist/pkg/exist
example
err:=exist.InitDirFile(pacth, fileName) if err!=nil { ... }
checking the existence of a directory or file
go get https://github.com/inkochetkov/exist/pkg/exist
err:=exist.InitDirFile(pacth, fileName) if err!=nil { ... }