Python shutil.copy 函数

shutil.copy(source-path, dest-path)

source-path中包含目录,对导致IOError: [Errno 13] Permission denied异常

你可能感兴趣的:(python)