I have an agent (user triggered) which needs to delete a file (non-notes) on user workstation. Is there some way i can do so without user intrevention…
Subject: Delete FIles (non notes) on the user machine
Check the help for the Kill statement.
Subject: RE: Delete FIles (non notes) on the user machine
thanks
Subject: re: Delete Files (non notes) on the user machine
One thing to consider carefully is whether you are certain the client will have sufficient rights on the workstation to actually delete the relevant file(s). Notes works within the NT permissions established for that user, and if the user isn’t permitted to delete files, then your agent won’t be able to delete them.
Subject: And, the ECL affects this as well.