package
Version:
v0.4.4
Opens a new window with list of versions in this module.
Published: Jul 27, 2022
License: MIT
Opens a new window with license information.
Imports: 8
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
README
¶
サンプルリスト
このディレクトリには以下のサンプルがあります。
file |
example name |
note |
dirfs.go |
fileio_filesystem_dirfs |
os.DirFS() を利用してファイルの読み込みを行うサンプルです. |
readdir.go |
fileio_filesystem_readdir |
os.ReadDir() を使ったサンプルです. |
listdir.go |
fileio_filesystem_listdir |
os.DirFS() から fs.Glob() 経由で ディレクトリ 内のファイル一覧を出力するサンプルです. |
Documentation
¶
DirFS は、 os.DirFS() を利用してファイルの読み込みを行うサンプルです.
REFERENCES:
ListDir -- os.DirFS() から fs.Glob() 経由で ディレクトリ 内のファイル一覧を出力するサンプルです.
NotExists -- ファイルの存在チェックを行うサンプルです.
REFERENCES
ReadDir は、 os.ReadDir() を使ったサンプルです.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.