python window下给修改文件的权限

import os
import stat
os.chmod(basedir, stat.S_IRWXU | stat.S_IRWXG | stat.S_IRWXO)

 

posted @ 2020-06-16 10:53  阿磊小哥哥呀  阅读(1073)  评论(0编辑  收藏  举报