本文主要是介绍【沙盒的目录结构】MyApp.app、Documents、Library、tmp,希望对大家解决编程问题提供一定的参考价值,需要的开发者们随着小编来一起学习吧!
文章目录
- 前言
- I、沙盒的目录结构
- 1.1 MyApp.app
- 1.2 Documents
- 1.3 Library
- 1.4 tmp
前言
the purpose of a sandbox is to limit the damage that a compromised app can cause to the system. Sandboxes do not prevent attacks from happening to a particular app and it is still your responsibility to code defensively to prevent attacks
每个沙盒内都有几个名字固定的子目录用来保存文件。
I、沙盒的目录结构
- 沙盒的目录结构
这篇关于【沙盒的目录结构】MyApp.app、Documents、Library、tmp的文章就介绍到这儿,希望我们推荐的文章对编程师们有所帮助!