快速从纷繁复杂的文件夹中找到自己想要的文件,在数据量大的时候很好用~
from glob import glob
from os.path import exists, join
import shutil
def get_type_files(dirs, filetype=None, recursive=False):
if not exists
快速从纷繁复杂的文件夹中找到自己想要的文件,在数据量大的时候很好用~
from glob import glob
from os.path import exists, join
import shutil
def get_type_files(dirs, filetype=None, recursive=False):
if not exists