fileio

package
v0.3.3 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 29, 2022 License: MIT Imports: 8 Imported by: 1

Documentation

Overview

Package fileio は、ファイル操作に関するユーティリティが配置されています。

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Copy added in v0.3.3

func Copy(src, dst string) (err error)

Copy -- ファイルをコピーします。

REFERENCES

func OpenAppend

func OpenAppend(name string, encoding jp.Encoding) (io.Writer, func() error, error)

OpenAppend は、追記モードでファイルをオープンします。

func OpenRead

func OpenRead(name string, encoding jp.Encoding) (io.Reader, func() error, error)

OpenRead は、読み込みモードでファイルをオープンします。

func OpenWrite

func OpenWrite(name string, encoding jp.Encoding) (io.Writer, func() error, error)

OpenWrite は、書き込みモードでファイルをオープンします。

Types

type FileInfoEx added in v0.2.7

type FileInfoEx struct {
	os.FileInfo
	FullPath string // フルパス
}

FileInfoEx -- os.FileInfo に 追加 のプロパティを付属させている構造体です.

func ReadDir added in v0.2.7

func ReadDir(dirPath string) ([]FileInfoEx, error)

ReadDir -- os.ReadDir() の 結果に追加情報を付与したデータを返します.

動作仕様は os.ReadDir() と同じです.

Directories

Path Synopsis
Package jp は、ファイルI/O の中で日本語に関するユーティリティが配置されています。
Package jp は、ファイルI/O の中で日本語に関するユーティリティが配置されています。

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL