gpt4 book ai didi

objective-c - Cocoa路径字符串转换

转载 作者:行者123 更新时间:2023-12-03 16:53:01 25 4
gpt4 key购买 nike

我想将/Users/Irwan/Documents/test.jpg 转换为 MyMac:Users:Irwan:Documents:test.jpg我可以手动执行此操作,但我想知道是否有简单的方法可以执行此操作?

谢谢

最佳答案

NSURL *url = [NSURL fileURLWithPath:path];
path = (NSString *)CFURLCopyFileSystemPath((CFURLRef)url, kCFURLHFSPathStyle);
[path autorelease];

关于objective-c - Cocoa路径字符串转换,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/6353339/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com