Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如果我有一个file.txt在应用程序支持目录中调用的文件,那么我会为具有file.txt. 更新应用程序的用户仍然会引用旧应用程序还是会file.txt被更新的应用程序覆盖file.txt?
file.txt
在更新期间,您可以期待以下内容:
因此,在更新期间文件被覆盖的唯一方法file.txt是,如果您的应用程序在更新后第一次运行时故意覆盖文件。