2005年12月31日 星期六 09:51
如果想新建一个txt文件,除了用open/file函数外,有没有直接的创建函数呢? 举个不太合适的例子: 我想新建一个文件夹,直接os.mkdir()就可以。
2005年12月31日 星期六 10:48
不太明白你的意思。创建文件当然要用文件操作相关的函数了(file,open),难道你还需要一个file.mktxtfile()不成? 在05-12-31,Du Jun <jdu at haiercct.com.cn> 写道: > > 如果想新建一个txt文件,除了用open/file函数外,有没有直接的创建函数呢? > 举个不太合适的例子: > 我想新建一个文件夹,直接os.mkdir()就可以。 > _______________________________________________ > 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 > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.exoweb.net/pipermail/python-chinese/attachments/20051231/b5fe55a7/attachment.htm
Zeuux © 2025
京ICP备05028076号