Documentation
¶
Index ¶
- func CreateDir(destDir string) (err error)
- func ReadDir(rootPath string) (fileInfos []os.FileInfo, err error)deprecated
- func ReadDirEntries(rootPath string) ([]fs.DirEntry, error)
- func RenewDir(destDir string) (err error)
- func WaldDir(rootPath string) (filePaths []string, fileInfos []os.FileInfo, err error)deprecated
- func WalkDir(rootPath string) (filePaths []string, dirEntries []fs.DirEntry, err error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ReadDirEntries ¶
ReadDirEntries 读取目录内容(使用 os.ReadDir)
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.