1

我在 IIS 上运行 PHP(无法更改),每次将文件添加到监视文件夹时都需要运行 php 脚本。此外,我需要所说的脚本来知道文件的名称。

经过一段时间的斗争,我目前已经通过使用 Transform Manager 解决了它,然后通过通知发送信息。虽然我确实做到了这一点,但它也删除了文件。

所以我的问题是:如何阻止它删除我的文件,或者是否有更好的方法来执行此操作?

4

1 回答 1

0

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.

于 2012-10-22T11:37:55.320 回答