Documentation ¶
Overview ¶
Package fileio は、ファイル操作に関するユーティリティが配置されています。
Index ¶
- func Copy(src, dst string) (err error)
- 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)
- type FileInfoEx
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func OpenAppend ¶
OpenAppend は、追記モードでファイルをオープンします。
Types ¶
type FileInfoEx ¶ added in v0.2.7
FileInfoEx -- os.FileInfo に 追加 のプロパティを付属させている構造体です.
func ReadDir ¶ added in v0.2.7
func ReadDir(dirPath string) ([]FileInfoEx, error)
ReadDir -- os.ReadDir() の 結果に追加情報を付与したデータを返します.
動作仕様は os.ReadDir() と同じです.
Click to show internal directories.
Click to hide internal directories.