Documentation ¶
Index ¶
- func Bstring(b []byte) string
- func ContainsPointString(s []string, e string) int
- func CreateDirectoryMulti(root string, args ...string) error
- func DirectryCopy(source, target string, fource bool)
- func FileCopy(source, target string)
- func GetAllFileFullPath(source string) []string
- func Int2bytes(i int, size int) []byte
- func ReadText2Slice(filename string) []string
- func RunExecCommandWait(command string, args ...string) int
- func Sbytes(s string) []byte
- func SjisToUtf8(str string) string
- func Uint2bytes(i uint64, size int) []byte
- func Uint322bytes(i uint32) []byte
- func Utf8ToSjis(str string) string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ContainsPointString ¶
ContainsPointString return string[] contains point
func CreateDirectoryMulti ¶
CreateDirectoryMulti 複数のフォルダをまとめて作成します。
func DirectryCopy ¶
DirectryCopy ディレクトリ構造を保持したまま、コピーを実行する fourceフラグが立っている場合は強制上書き
func GetAllFileFullPath ¶
GetAllFileFullPath 指定ディレクトリ以下の全てのファイルのフルパスを取得する
func ReadText2Slice ¶
ReadText2Slice テキストファイルを読み込んでスライスにして返す
func RunExecCommandWait ¶
RunExecCommandWait 外部コマンドを実行し完了するまで待ち、リターンコードを返す
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.