[Request] Folder Action

Hello everyone,

I am a real n:shock:b at AppleScripting and I would like to ask someone to make an AppleScript for me.

Explanation:
I have a folder called “To be organized” which is a dump-folder. It has a lot of files in it and it gets more by the day. I would like to have an AppleScript that, when I drag’n’drop a file in the folder, an AppleScript will add a folder in “To be organized” with the current date.

Is that possible?
It would be absolutely awesome if someone could do that.

Thanks in advance,
Tom

I have been using the following folder action to keep a folder on my desktop organized for some time now. Presuming you “to be organized” folder is on the desktop the following should work if attached to that folder.


[This script was automatically tagged for color coded syntax by Convert Script to Markup Code]

If your folder is not on the desktop you will have to modify the location of the folder in the script to the correct location. Then attach the above script to your “To be organized” folder.
PS: Be sure that Folder Actions are activated.
PPS: This is not my original code but I found it on the Web (at “MacScripter” if I remember correctly.

Thanks!
Too bad it doesn’t work… :cry: