Documentation ¶
Overview ¶
Package fileio は、ファイル操作に関するユーティリティが配置されています。
Index ¶
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 -- ioutil.ReadDir() の 結果に追加情報を付与したデータを返します.
動作仕様は ioutil.ReadDir() と同じです.
Click to show internal directories.
Click to hide internal directories.