file

package
v1.7.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 17, 2023 License: MIT Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func DirCheckAndCreate

func DirCheckAndCreate(filename string) error

DirCheckAndCreate 检查给定路径的父目录是否存在,并创建

func GetFile

func GetFile(filename string) (*os.File, error)

GetFile 返回指定文件 *os.File,默认以 0644 打开文件

如果指定文件的父目录不存在,则会创建
文件不存在,则创建
文件存在,则追加内容

func GetFileWithFlag

func GetFileWithFlag(filename string, flag int) (*os.File, error)

GetFileWithFlag 以指定操作权限打开文件,并返回 *os.File,默认以 0644 打开文件

如果指定文件的父目录不存在,则会创建

func Merge

func Merge()

Merge 合并文件

TODO:

func Write

func Write(filename string, data []byte, perm os.FileMode) error

Write 写数据到指定的文件(指定权限),如:0644

如果指定文件的父目录不存在,则会创建

Types

This section is empty.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL