Documentation ¶ Index ¶ func GetOsFilePath(filePath string) string func IsDir(path string) bool func IsFile(path string) bool func List(dir string) ([]string, error) func ListDir(dir string, depth, fullName bool) []string func ListFile(dir string, depth, fullName bool) []string Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func GetOsFilePath ¶ func GetOsFilePath(filePath string) string func IsDir ¶ func IsDir(path string) bool func IsFile ¶ func IsFile(path string) bool func List ¶ func List(dir string) ([]string, error) List 列出目录和文件的名称 func ListDir ¶ func ListDir(dir string, depth, fullName bool) []string func ListFile ¶ func ListFile(dir string, depth, fullName bool) []string Types ¶ This section is empty. Source Files ¶ View all Source files FileName.go Click to show internal directories. Click to hide internal directories.