# Functions
No description provided by the author
Copy : General Approach.
No description provided by the author
CopyDir 递归复制目录.
CopyDirByMode 递归复制目录.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
去除目录中重复的文件,默认保留参数靠前目录中的文件.
No description provided by the author
DirsRangeDuplicateHandle rangeCallback 返回值为错误和是否继续.
No description provided by the author
No description provided by the author
No description provided by the author
path和filepath两个包,filepath文件专用.
No description provided by the author
path和filepath两个包,filepath文件专用.
No description provided by the author
Inspect.
No description provided by the author
No description provided by the author
No description provided by the author
LastFile 当前目录最后一个创建的文件.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
遍历根目录中的每个文件,为每个文件调用callback,包括文件夹,与filepath.WalkDir不同的是回调函数的参数不同,filepath.WalkDir的第一个参数是文件完整路径,RangeFile是文件所在目录的路径.
指定遍历深度,0为只遍历一层,-1为无限遍历.
RangeDir 遍历根目录中的每个文件夹,为文件夹中所有文件和目录的切片(os.ReadDir的返回)调用callback callback 需要处理每个文件夹下的所有文件和目录,返回值为需要递归遍历的目录和error 几乎每个文件夹下的文件夹都会被循环两次!.
遍历根目录中的每个文件,为每个文件调用callback,不包括文件夹,与filepath.WalkDir不同的是回调函数的参数不同,filepath.WalkDir的第一个参数是文件完整路径,RangeFile是文件所在目录的路径.
指定遍历深度,0为只遍历一层,-1为无限遍历.
No description provided by the author
两个目录同步,第一个参数为主目录,参考目录,第二个参数目录与第一个保持一致.
去除两个目录中重复的文件,默认保留第一个目录中的文件.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Constants
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Variables
No description provided by the author
# Interfaces
No description provided by the author
# Type aliases
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author