FileBot.py 文件源码

python
阅读 24 收藏 0 点赞 0 评论 0

项目:FileBot 作者: Searinox 项目源码 文件源码
def usable_path(self,newpath):
        if self.allowed_path(newpath)==True:
            if os.path.exists(newpath)==True:
                try:
                    win32api.GetLongPathNameW(win32api.GetShortPathName(newpath))
                    return True
                except:
                    return False
        return False
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号