Searched refs:targetdir (Results 1 – 1 of 1) sorted by relevance
26 def copy_files(sourcedir, targetdir): argument30 target_f = os.path.join(targetdir, f)35 if os.path.exists(targetdir):39 elif not os.path.exists(targetdir):40 os.makedirs(targetdir)