fileinfo

package
v0.0.2 Latest Latest
Warning

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

Go to latest
Published: Sep 9, 2024 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func CopyFile

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

CopyFile copies a file from src to dst. If src and dst files exist, and are the same, then return success. Otherise, attempt to create a hard link between the two files. If that fail, copy the file contents from src to dst.

func SortByModifyTime

func SortByModifyTime(fullFileInfos []os.FileInfo) []os.FileInfo

SortByModifyTime sort file by modify time

Types

type SortByModTime

type SortByModTime struct {
	// contains filtered or unexported fields
}

SortByModTime sort by ModTime

func (*SortByModTime) Len

func (sortByModTime *SortByModTime) Len() int

func (*SortByModTime) Less

func (sortByModTime *SortByModTime) Less(i, j int) bool

func (*SortByModTime) Swap

func (sortByModTime *SortByModTime) Swap(i, j int)

Jump to

Keyboard shortcuts

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