try: shutil.copy(src_fpath, dest_fpath) except IOError as io_err: ... Use os.makedirs to create the directory tree.
確定! 回上一頁