当我在我的 Mac 上运行
FileManager.default.fileExists(atPath: path)
结果检查不区分大小写。所以filePath
将返回与FiLePaTh
. 但是,我需要它进行区分大小写的检查。有没有办法做到这一点?
我在 macOS 12.3 上的 APFS 格式卷上运行它。
当我在我的 Mac 上运行
FileManager.default.fileExists(atPath: path)
结果检查不区分大小写。所以filePath
将返回与FiLePaTh
. 但是,我需要它进行区分大小写的检查。有没有办法做到这一点?
我在 macOS 12.3 上的 APFS 格式卷上运行它。