package
Version:
v0.5.2
Opens a new window with list of versions in this module.
Published: Aug 24, 2023
License: MIT
Opens a new window with license information.
Imports: 9
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 |
fileio_stat_mkdir_removeall.go |
fileio_stat_mkdir_removeall |
ディレクトリの存在確認と作成および削除のサンプルです. |
fileio_stat.go |
fileio_stat |
ファイル情報を取得するサンプルです. |
fileio_permission.go |
fileio_stat_permission |
os.FileMode でパーミッションを判定するサンプルです. |
Documentation
¶
Stat は、ファイル情報を取得するサンプルです.
func StatMkdirRemoveAll() error
StatMkdirRemoveAll は、ディレクトリの存在確認と作成および削除のサンプルです.
func StatPermission() error
StatPermission は、ファイルのパーミッションに関するサンプルです。
Source Files
¶
Click to show internal directories.
Click to hide internal directories.