Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func MkDir ¶
MkDir creates a new directory with the specified name and permission bits. If there is an error, it will be of type *PathError. If fsys implements MkDirFS, MkDir calls fsys.MkDir. Otherwise MkDir calls fsys.OpenFile with a fs.O_DIR argument and fs.O_CREATE
Types ¶
type FileWriter ¶
FileWriter ...
type MkDirFS ¶
MkDirFS is the interface implemented by a file system that provides an optimized implementation of MkDir.
type ReadOnlyWriteFile ¶
ReadOnlyWriteFile ...
Click to show internal directories.
Click to hide internal directories.