Categorygithub.com/hanson/gFile
modulepackage
0.0.0-20230417072256-83e263b855d4
Repository: https://github.com/hanson/gfile.git
Documentation: pkg.go.dev

# README

File tool for golang

Install

go get github.com/hanson/gFile

Usage

gFile.IsExists(path) // true or false
gFile.CreateDirIfNotExists(path, 0666) // create dir if not exists
gFile.IsDir(path) // return true if path is dir
gFile.IsFile(path) // return true if path is file

# Functions

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author