gpt4 book ai didi

objective-c - Cocoa 文件中写入的一些信息存储在哪里?

转载 作者:行者123 更新时间:2023-12-03 18:00:11 26 4
gpt4 key购买 nike

我是 cocoa 的新手。我的应用程序正在从服务器获取信息,并显示共享文件夹的 UNC 路径。我希望能够存储每个文件夹的绝对路径信息,以便稍后我可以在我的应用程序中显示它们。更多详情

UNC 路径 -//CompName/sharedFolder绝对路径 -/Users/user/desktop/SharedFolder

所以我需要在计算机上本地存储所有绝对路径,然后我可以从服务器浏览 UNC 路径并显示它们的绝对路径。

存储信息的最佳方式是什么?我知道可以使用核心数据。但我还没有为此设计我的应用程序。我可以将信息存储在 hiden 文件中并从那里读取吗?我该怎么做?非常感谢。

最佳答案

您似乎正在寻找 NSUserDefaults 类。来自文档:

The NSUserDefaults class provides a programmatic interface for interacting with the defaults system. The defaults system allows an application to customize its behavior to match a user’s preferences. For example, you can allow users to determine what units of measurement your application displays or how often documents are automatically saved. Applications record such preferences by assigning values to a set of parameters in a user’s defaults database. The parameters are referred to as defaults since they’re commonly used to determine an application’s default state at startup or the way it acts by default.

您只需告诉它您要存储哪些数据即可。

关于objective-c - Cocoa 文件中写入的一些信息存储在哪里?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/7783822/

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