首先写一个程序,搜索一个目录并且递归搜索所有子目录,然后返回一个全部给定后缀(比如。mp3)的文件的路径。
Write a program that searches a directory and all of its subdirectories, recursively, and returns a list of complete paths for all files with a given suffix (like. Mp3).
首先写一个程序,搜索一个目录并且递归搜索所有子目录,然后返回一个全部给定后缀(比如。mp3)的文件的路径。
Write a program that searches a directory and all of its subdirectories, recursively, and returns a list of complete paths for all files with a given suffix (like. Mp3).
应用推荐