标签: nsurl
是否有直接的方法将冒号分隔的路径(即“Macintosh HD:用户:stuarttevendale:Documents:DBTest.db”)转换为NSURL(即“file:// localhost / Users / stuarttevendale /文档/ DBTest.db“)?
答案 0 :(得分:6)
此类路径是HFS样式的路径。将CFURLCreateWithFileSystemPath()与kCFURLHFSPathStyle一起使用。
CFURLCreateWithFileSystemPath()
kCFURLHFSPathStyle