Python标准库os.path中用来判断指定文件是否存在的方法是()。
A: isdir()
B: isfile()
C: exists()
D: listdir()
A: isdir()
B: isfile()
C: exists()
D: listdir()
举一反三
- Python标准库os中用来列出指定文件夹中的文件和子文件夹列表的方法是( )。 A: isdir() B: exists() C: listdir() D: isfile()
- (单选题)Python标准库os中用来列出指定文件夹中的文件和文件夹列表的方式是__________。 A: listdir() B: exists() C: isfile() D: isdir()
- Python标准库os中用来列出指定文件夹中的文件和子文件夹列表的方式是()。 A: isdir() B: isfile() C: exists() D: listdir()
- Python标准库os.path中用来分割指定路径中的文件扩展名的方法是( )。 A: isdir() B: splitext() C: exists() D: listdir()
- Python标准库os.path中用来判断指定文件是否存在的方法是exists() 。