I have searched everywhere and just cannot get this right in an apple script
I have an external had drive called G_5TB attached to my mac running Catalina.
I have a folder on this drive "Manual Backups". I want to create a subfolder "Manual backup todaysdate".
I have
I have tried many variations of this but cannot get the syntax right.
Can anyone set me straight please?
I have an external had drive called G_5TB attached to my mac running Catalina.
I have a folder on this drive "Manual Backups". I want to create a subfolder "Manual backup todaysdate".
I have
Code:
set destf to "Manual backup " & date string of (current date)
set destfpath to "/Volumes/G_5TB_general/Manual Backups/"
tell application "Finder"
make new folder at "destpath" & "destf"
end tell
I have tried many variations of this but cannot get the syntax right.
Can anyone set me straight please?
Last edited: