fsinternal

package
v0.7.8 Latest Latest
Warning

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

Go to latest
Published: Apr 8, 2022 License: MIT Imports: 15 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func CopyFile

func CopyFile(srcPath, dstPath string, defaultChmod os.FileMode) *errorwrapper.Wrapper

CopyFile Future ref: https://stackoverflow.com/a/21067803

func CopyFileContents added in v0.4.4

func CopyFileContents(srcPath, dstPath string) (errWrap *errorwrapper.Wrapper)

func CreateDirectoryAll

func CreateDirectoryAll(
	location string,
	mode os.FileMode,
) *errorwrapper.Wrapper

func CreateDirectoryAllDefault added in v0.1.3

func CreateDirectoryAllDefault(location string) *errorwrapper.Wrapper

func CreateDirectoryAllUptoParent added in v0.1.3

func CreateDirectoryAllUptoParent(
	location string,
	fileMode os.FileMode,
) *errorwrapper.Wrapper

func CreateDirectoryAllUptoParentDefault added in v0.3.1

func CreateDirectoryAllUptoParentDefault(location string) *errorwrapper.Wrapper

func GetDirFileName added in v0.3.3

func GetDirFileName(location string) (parentDir, fileName string)

func GetFileName added in v0.1.3

func GetFileName(location string) string

func IsDirectory added in v0.1.2

func IsDirectory(location string) bool

func IsExistButDirectory added in v0.1.7

func IsExistButDirectory(location string) bool

func IsPathExists added in v0.1.2

func IsPathExists(location string) bool

func MoveFile added in v0.1.5

func MoveFile(srcPath, dstPath string) *errorwrapper.Wrapper

MoveFile move file path from source to destination

func NullContentErrorWrap added in v0.6.1

func NullContentErrorWrap(filePath string) *errorwrapper.Wrapper

func ParentDir added in v0.1.3

func ParentDir(location string) string

func Read added in v0.1.2

func Read(location string, filename string) *errbyte.Results

func ReadFile added in v0.1.2

func ReadFile(filePath string) *errbyte.Results

func Remove added in v0.1.3

func Remove(location string) *errorwrapper.Wrapper

Remove Reference : https://t.ly/xnAe

func SafeCreateDirectoryAll added in v0.5.2

func SafeCreateDirectoryAll(
	location string,
	mode os.FileMode,
) *errorwrapper.Wrapper

func SafeRemove added in v0.1.3

func SafeRemove(location string) *errorwrapper.Wrapper

SafeRemove Reference : https://t.ly/xnAe

func Write added in v0.1.2

func Write(
	location string,
	filename string,
	content []byte,
) *errorwrapper.Wrapper

func WriteFile added in v0.1.2

func WriteFile(
	dirMode, fileMode os.FileMode,
	filePath string,
	content []byte,
) *errorwrapper.Wrapper

func WriteFileDefault added in v0.6.2

func WriteFileDefault(
	filePath string,
	content []byte,
) *errorwrapper.Wrapper

WriteFileDefault

Default chmod dir - 0755, file - 0644

func WriteFileString added in v0.6.2

func WriteFileString(
	dirMode, fileMode os.FileMode,
	filePath string,
	contentString string,
) *errorwrapper.Wrapper

func WriteFileStringDefault added in v0.6.2

func WriteFileStringDefault(
	filePath string,
	contentString string,
) *errorwrapper.Wrapper

WriteFileStringDefault

Default chmod dir - 0755, file - 0644

func WriteStringToFile added in v0.1.2

func WriteStringToFile(
	filePath string, content string,
) *errorwrapper.Wrapper

Types

This section is empty.

Jump to

Keyboard shortcuts

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