如何锁定文件,使其他应用程序无法删除它?
第三方应用程序创建一个文件,我读取该文件。完整写入文件后,应用程序会将其删除。怎样才能锁定它,使其无法被删除?
Third-party application creates a file, which I read. After the full writing of the file, the app deletes it. How can I lock it so it can't be deleted?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
检查
LockFile
API 函数。Check
LockFile
API function.保持它打开,没有人能够删除它。
Keep it open and nobody will be able to delete it.