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.
我在 IIS 上运行 PHP(无法更改),每次将文件添加到监视文件夹时都需要运行 php 脚本。此外,我需要所说的脚本来知道文件的名称。
经过一段时间的斗争,我目前已经通过使用 Transform Manager 解决了它,然后通过通知发送信息。虽然我确实做到了这一点,但它也删除了文件。
所以我的问题是:如何阻止它删除我的文件,或者是否有更好的方法来执行此操作?
One solution would be to have a long-running script with a while loop to check either the contents or the last-modified time of the folder.
while