Creates the directory if it doesn't exist. Parameters ---------- src : str The source file dest : str The destination file """ try: shutil.copyfile(src, ...
確定! 回上一頁