Documentation ¶
Overview ¶
Package fileio は、ファイル操作に関するユーティリティが配置されています。
Index ¶
- func OpenAppend(name string, encoding jp.Encoding) (io.Writer, func() error, error)
- func OpenRead(name string, encoding jp.Encoding) (io.Reader, func() error, error)
- func OpenWrite(name string, encoding jp.Encoding) (io.Writer, func() error, error)
- func TempDir(pattern string) (string, func(), error)
- func TempFileName(dir string, prefix string) string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func OpenAppend ¶
OpenAppend は、追記モードでファイルをオープンします。
func TempDir ¶ added in v0.1.1
TempDir は、一時ディレクトリを作成し (ディレクトリパス, defer用関数, エラー) を返します.
defer用関数は、内部で os.RemoveAll(dir) を呼び出します。
func TempFileName ¶ added in v0.1.2
TempFileName は、一時ファイルのパスを生成して返します。
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.