--- In [email protected], sgp <acs322...@...> wrote: > > Bruce, is there a chance that you could extend the current watchfolder interface to return a more accurate > value for _exit_? > Right now I can pass a command like "MyScript(,)" which calls MyScript with accurate values for _folder_ > and _file_. If I do "MyScript)(_exit_,)" there are times when MyScript gets an incorrect value for its first > parameter, like 3 (file deleted) for a _folder_ _file_ that was just created. > Could PowerPro accept the shorthand "MyScript(,,)" to fill in _exit_ _folder_ _file_ so that that value of > _exit_ matches the action that was applied to _folder_ and _file_ ? >
PowerPro just takes whatever value is given to it by the system. If you think this is getting overwritten somehow by some other call accessing global var _exit_, you could try myscript(_exit_,)
