Python论坛  - 讨论区

标题:[python-chinese] 求教python中复制文件的函数

2005年12月30日 星期五 19:04

Apex Liu apex.liu at gmail.com
Fri Dec 30 19:04:30 HKT 2005

我查阅了os, os.path,
sys等模块的帮助信息,没有找到在Windows平台下如何直接复制文件,请高手告知,如果没有直接的函数的话,就只好自己写一个了。

--
---------------------------------
Apex Liu
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.exoweb.net/pipermail/python-chinese/attachments/20051230/7d05a25e/attachment.htm

[导入自Mailman归档:http://www.zeuux.org/pipermail/zeuux-python]

2005年12月30日 星期五 19:28

Qiangning Hong hongqn at gmail.com
Fri Dec 30 19:28:08 HKT 2005

Apex Liu wrote:
> 我查阅了os, os.path, sys等模块的帮助信息,没有找到在Windows平台下如何直
> 接复制文件,请高手告知,如果没有直接的函数的话,就只好自己写一个了。

看shutil模块

-- 
Qiangning Hong
http://hongqn.hn.org
Registered Linux User #396996

[导入自Mailman归档:http://www.zeuux.org/pipermail/zeuux-python]

2005年12月30日 星期五 19:48

Apex Liu apex.liu at gmail.com
Fri Dec 30 19:48:20 HKT 2005

> 看shutil模块
 谢谢!!
奇怪的是为什么要把复制文件和unlink()/remove()等函数分开,呵呵。
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.exoweb.net/pipermail/python-chinese/attachments/20051230/973ca600/attachment.html

[导入自Mailman归档:http://www.zeuux.org/pipermail/zeuux-python]

2005年12月30日 星期五 20:04

Zoom Quiet zoom.quiet at gmail.com
Fri Dec 30 20:04:28 HKT 2005

在 05-12-30,Apex Liu<apex.liu at gmail.com> 写道:
>
> > 看shutil模块
>  谢谢!!
> 奇怪的是为什么要把复制文件和unlink()/remove()等函数分开,呵呵。
> _______________________________________________
M$ 中没有链接文件哪!
Uinx 中 ln -s 等等命令创建的链接也是种特殊文件的说


> python-chinese
> Post: send python-chinese at lists.python.cn
> Subscribe: send subscribe to
> python-chinese-request at lists.python.cn
> Unsubscribe: send unsubscribe to
> python-chinese-request at lists.python.cn
> Detail Info:
> http://python.cn/mailman/listinfo/python-chinese
>
>


--
# Time is unimportant, only life important!
## 面朝开源,我心自由!

[导入自Mailman归档:http://www.zeuux.org/pipermail/zeuux-python]

2005年12月30日 星期五 21:06

Apex Liu apex.liu at gmail.com
Fri Dec 30 21:06:40 HKT 2005

>M$ 中没有链接文件哪!
>Uinx 中 ln -s 等等命令创建的链接也是种特殊文件的说

谢谢解释!明白了。 :)

---------------------------------
Apex Liu
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.exoweb.net/pipermail/python-chinese/attachments/20051230/3148cbd7/attachment.html

[导入自Mailman归档:http://www.zeuux.org/pipermail/zeuux-python]

2005年12月30日 星期五 23:29

Qiangning Hong hongqn at gmail.com
Fri Dec 30 23:29:16 HKT 2005

Apex Liu wrote:
> 
>> 看shutil模块
>  谢谢!!
> 奇怪的是为什么要把复制文件和unlink()/remove()等函数分开,呵呵。

我想是因为unlink/remove是直接调用操作系统提供的接口,而copy仅仅是一种应
用,不属于最基本的os服务,可以分解为更底层的创建文件、读文件、写文件、关
闭文件和设置文件属性,因此不放在os模块中。


-- 
Qiangning Hong
http://hongqn.hn.org
Registered Linux User #396996

[导入自Mailman归档:http://www.zeuux.org/pipermail/zeuux-python]

如下红色区域有误,请重新填写。

    你的回复:

    请 登录 后回复。还没有在Zeuux哲思注册吗?现在 注册 !

    Zeuux © 2025

    京ICP备05028076号