Documentation
¶
Index ¶
- func BufferIOOutputByte(path string, flag int, perm os.FileMode, data []byte) error
- func BufferIOOutputString(path string, flag int, perm os.FileMode, data string) error
- func BufferInputByte(path string, size uint) ([]byte, error)
- func BufferInputString(path string, size uint) (string, error)
- func BufferOutputAppendByte(path string, perm os.FileMode, data []byte) error
- func BufferOutputAppendString(path string, perm os.FileMode, data string) error
- func BufferOutputByte(path string, flag int, perm os.FileMode, data []byte) error
- func BufferOutputClearByte(path string, perm os.FileMode) error
- func BufferOutputClearString(path string, perm os.FileMode) error
- func BufferOutputString(path string, flag int, perm os.FileMode, data string) error
- func BufferOutputWriteByte(path string, perm os.FileMode, data []byte) error
- func BufferOutputWriteOnlyByte(path string, perm os.FileMode, data []byte) error
- func BufferOutputWriteOnlyString(path string, perm os.FileMode, data string) error
- func BufferOutputWriteString(path string, perm os.FileMode, data string) error
- func CheckFileExist(path string) bool
- func CheckFolderExist(path string) bool
- func CopyFile(origin, target string) error
- func CopyFolder(origin, target string) error
- func CreateFolder(path string) error
- func DeleteFile(path string) error
- func DeleteFolder(path string) error
- func GetCurrentPath() string
- func GetFileInfo(path string) os.FileInfo
- func GetFolderInfo(path string) ([]string, error)
- func LineInputString(path string) ([]string, error)
- func MoveFile(origin, target string) error
- func MoveFolder(origin, target string) error
- func RenameFile(origin, target string) error
- func RenameFolder(origin, target string) error
- type FileNode
- type FileTree
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func BufferIOOutputByte ¶
func BufferIOOutputString ¶
func BufferOutputAppendByte ¶
func BufferOutputByte ¶
func BufferOutputString ¶
func BufferOutputWriteByte ¶
func BufferOutputWriteString ¶
func CheckFileExist ¶
func CheckFolderExist ¶
func CopyFolder ¶
func CreateFolder ¶
func DeleteFile ¶
func DeleteFolder ¶
func GetCurrentPath ¶
func GetCurrentPath() string
func GetFileInfo ¶
func GetFolderInfo ¶
func LineInputString ¶
func MoveFolder ¶
func RenameFile ¶
func RenameFolder ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.