Documentation
¶
Index ¶
- func FindAllAudios(root string) []string
- func FindAllAudiosInRoot(root string) []string
- func FindAllFiles(root string) []string
- func FindAllFolders(root string) []string
- func FindAllFoldersInRoot(root string) []string
- func FindAllImages(root string) []string
- func FindAllImagesInRoot(root string) []string
- func FindAllMkvVideos(root string) []string
- func FindAllVideos(root string) []string
- func FindAllVideosInRoot(root string) []string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func FindAllAudiosInRoot ¶
使用golang实现查找给定文件路径下的全部文件 不包含子目录
func FindAllFiles ¶
使用golang实现find <root> type f 命令,包含root文件夹本身
func FindAllFoldersInRoot ¶ added in v0.0.6
使用golang实现find <root> type d -maxdepth 1 命令 但不包含root文件夹本身
func FindAllImagesInRoot ¶
使用golang实现查找给定文件路径下的全部文件 不包含子目录
func FindAllMkvVideos ¶ added in v0.0.7
使用golang实现find <root> -type f -name "*.mkv" 命令
func FindAllVideosInRoot ¶
使用golang实现查找给定文件路径下的全部文件 不包含子目录
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.