Create a new folder with current date

Hello,

I would need some help with this:

I would like to have a script that would create a new folder with the name as “Backup du yyyy.mm.dd” can someone help me?

After I know how to create this folder in the correct location and to copy files into it…

Thanks!

Andrew

Bonsoir Andrew,

this creates the folder on desktop

tell application "Finder" to make new folder at desktop with properties {name:"Backup du " & (do shell script "date -n +%Y.%m.%d")}