水木社区手机版
首页
|版面-Python的自由天空(Python)|
新版wap站已上线
返回
1/1
|
转到
主题:python怎样处理文件不存在的异常
8楼
|
lele
|
2021-03-20 16:19:57
|
展开
仅仅判断文件是否存在的话,标准的方法是
import os
srcFile = ...
if os.path.isfile(srcFile):
print('file exists')
【 在 javame 的大作中提到: 】
: 我没看文档,刚才我试出来了。
: 正确的应该这样写
: srcFile = 'agigi.flac'
: ...................
--
FROM 85.5.187.*
11楼
|
lele
|
2021-04-09 20:24:18
|
展开
os.path.isfile(path)
Return True if path is an existing regular file. This follows symbolic links, so both islink() and isfile() can be true for the same path.
【 在 nikezhang 的大作中提到: 】
: 这个只能判断是文件还是目录吧
--
FROM 85.5.187.*
1/1
|
转到
选择讨论区
首页
|
分区
|
热推
BYR-Team
©
2010.
KBS Dev-Team
©
2011
登录完整版