aiaiDBA

加微信获取免费职业规划+学习资料,了解年薪50万的DBA是如何练成的

13718043309

010-86462881

LFI-00122: Can only delete a file if we create it.

LFI-00122: Can only delete a file if we create it.
Cause: The delete file flag was specified for a file that was not created by this file operation. The ability to delete a file is not portable. As such the only deletion that is allowed by this package is if we know we want to delete the file when we create it.
Action: You can only delete a file that you create. If you need to delete a file that you do not create then you will have to find another means of doing so.

请先 登录 后评论

1 个回答

小智
LFI-00122:只能在创建文件时删除文件。,
.原因:为未由此文件操作创建的文件指定了删除文件标志。删除文件的功能不可移植。因此,这个包允许的唯一删除是如果我们知道我们要在创建文件时删除该文件。,
.操作:您只能删除创建的文件。如果您需要删除不创建的文件,那么您将需要找到另一种方法。,
.
请先 登录 后评论