2005年12月30日 星期五 14:19
小弟刚学python,问个比较弱的问题,能不能不读取文件的内容就获得文件的大小?有没有比较方便的方法? -- Best regards Gameloft Beijing Yang Xikun -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.exoweb.net/pipermail/python-chinese/attachments/20051230/bd4f7c85/attachment.html
2005年12月30日 星期五 14:29
在 05-12-30,Xikun Yang<xikun.nightsnow at gmail.com> 写道: > 小弟刚学python,问个比较弱的问题,能不能不读取文件的内容就获得文件的大小?有没有比较方便的方法? > http://wiki.woodpecker.org.cn/moin/KwDay5#head-0039713f2c84c78860440704f4588b3a8f65f931 os.stat() > -- > Best regards > Gameloft Beijing > Yang Xikun > _______________________________________________ > 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! ## 面朝开源,我心自由!
2005年12月30日 星期五 14:35
多谢,我再看看文档。 2005/12/30, Zoom Quiet <zoom.quiet at gmail.com>: > > 在 05-12-30,Xikun Yang<xikun.nightsnow at gmail.com> 写道: > > 小弟刚学python,问个比较弱的问题,能不能不读取文件的内容就获得文件的大小?有没有比较方便的方法? > > > > http://wiki.woodpecker.org.cn/moin/KwDay5#head-0039713f2c84c78860440704f4588b3a8f65f931 > os.stat() > > > -- > > Best regards > > Gameloft Beijing > > Yang Xikun > > _______________________________________________ > > 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! > ## 面朝开源,我心自由! > > _______________________________________________ > 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 > > -- Best regards Gameloft Beijing Yang Xikun -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.exoweb.net/pipermail/python-chinese/attachments/20051230/87e8f40f/attachment.htm
2005年12月30日 星期五 14:39
Zoom Quiet wrote: > 在 05-12-30,Xikun Yang<xikun.nightsnow at gmail.com> 写道: > >>小弟刚学python,问个比较弱的问题,能不能不读取文件的内容就获得文件的大小?有没有比较方便的方法? >> > > http://wiki.woodpecker.org.cn/moin/KwDay5#head-0039713f2c84c78860440704f4588b3a8f65f931 > os.stat() or os.path.getsize(path) -- Qiangning Hong http://hongqn.hn.org Registered Linux User #396996
2005年12月30日 星期五 14:41
2005/12/30, Zoom Quiet <zoom.quiet at gmail.com>: > 在 05-12-30,Xikun Yang<xikun.nightsnow at gmail.com> 写道: > > 小弟刚学python,问个比较弱的问题,能不能不读取文件的内容就获得文件的大小?有没有比较方便的方法? > > > http://wiki.woodpecker.org.cn/moin/KwDay5#head-0039713f2c84c78860440704f4588b3a8f65f931 > os.stat() > os.path.getsize('d:/a.html') -- I like python! My Blog: http://www.donews.net/limodou NewEdit Maillist: http://groups.google.com/group/NewEdit
Zeuux © 2025
京ICP备05028076号