Documentation ¶
Overview ¶
Package file handles common file system operations such as move, copy and dir.
Index ¶
Constants ¶
View Source
const (
CreateMode = 0o666
)
Variables ¶
View Source
var ( ErrSameArgs = errors.New("name and dest cannot be the same") ErrWriter = errors.New("writer must be a file object") )
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.