Documentation ¶ Index ¶ func CreateFile(fileName string) (bool, error) func CreateFiles(path string, perm int) (bool, error) func DeleteFile(pathName string) (bool, error) func DeletesFiles(path string) (bool, error) func ExistFile(pathName string) (bool, error) func ExistFiles(path string) (bool, error) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func CreateFile ¶ func CreateFile(fileName string) (bool, error) CreateFile 创建文件 func CreateFiles ¶ func CreateFiles(path string, perm int) (bool, error) CreateFiles 创建文件夹 func DeleteFile ¶ func DeleteFile(pathName string) (bool, error) DeleteFile 删除文件 func DeletesFiles ¶ func DeletesFiles(path string) (bool, error) DeletesFiles 删除文件夹 func ExistFile ¶ func ExistFile(pathName string) (bool, error) ExistFile 判断文件是否存在 func ExistFiles ¶ func ExistFiles(path string) (bool, error) ExistFiles 判断文件夹是否存在 Types ¶ This section is empty. Source Files ¶ View all Source files files.go Click to show internal directories. Click to hide internal directories.