python copy file 在 python copy files by wildcards - py4u 的評價 I am learning python (python 3) and I can copy 1 file to a new directory by doing this import shutil shutil.copyfile('C:/test/test.txt', 'C:/lol/test.txt'). ... <看更多>