gpt4 book ai didi

c# - 使用 Xamarin.iOS 获取 iOS 库文件夹的正确方法是什么?

转载 作者:技术小花猫 更新时间:2023-10-29 11:11:22 26 4
gpt4 key购买 nike

这将为我获取 iOS 应用程序的文档根目录:

Environment.GetFolderPath(Environment.SpecialFolder.MyDocuments)

是否有类似的东西可以进入Library文件夹?

最佳答案

var docsPath = Environment.GetFolderPath (Environment.SpecialFolder.MyDocuments);
var libPath = Path.Combine (docsPath, "..", "Library");

关于c# - 使用 Xamarin.iOS 获取 iOS 库文件夹的正确方法是什么?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/20518440/

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