我有一个 python 应用程序(部署在 centos 上),它在(windows)上的共享路径中搜索文件,windows 路径命名如下(大写和小写) \\shared\PDFs\MyFolder\SomeFile.txt,但用户输入是小写的,\\shared\pdfs\myfolder\somefile.txt所以当我尝试搜索时在centos上,我得到文件不存在,是否可以以不敏感的方式访问centos文件?
\\shared\PDFs\MyFolder\SomeFile.txt
\\shared\pdfs\myfolder\somefile.txt
linux windows
linux ×1
windows ×1