标签: directory python-3.7
我尝试使用os.makedirs和os.mkdir创建文件夹 而且我不断收到此错误: OSError: [WinError 123] The filename, directory name, or volume label syntax is incorrect: '"D:' 我的文件路径是D:\test。我尝试了所有组合: D://test D:/test D:\test D:\\test无济于事。什么是无法转义的问题?有没有。
os.makedirs
os.mkdir
OSError: [WinError 123] The filename, directory name, or volume label syntax is incorrect: '"D:'
D:\test
D://test
D:/test
D:\\test