美文网首页Python
python:get file size

python:get file size

作者: 戏之地 | 来源:发表于2017-01-04 14:16 被阅读95次
    import os
    os.path.getsize('C:\\Python27\\Lib\\genericpath.py')
    

    OR

    os.stat('C:\\Python27\\Lib\\genericpath.py').st_size 
    

    相关文章

      网友评论

        本文标题:python:get file size

        本文链接:https://www.haomeiwen.com/subject/oebovttx.html