I need to create a folder action that would apply one of the following:
copy (to a location)
move (to a location)
synchronize (to a location)
delete
All based on a wildcard placed at the front of the file/folder name. Wildcards could be the following:
- to move items to a location
- to copy items to a location
& to synchronize to a location
- to delete items
With the exception of the delete function, the script would need to remove the wildcard after completing the action. This would allow a workstation to monitor a folder and perform the action for users thus offloading the work.
Could I get some help with this?