I wanted to do a conditional copy of a directory tree. ... import os import shutil SOURCE_DIR = os.getcwd() TARGET_DIR = 'web' ...
確定! 回上一頁