This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
tell application "Finder" | |
with timeout of 36000 seconds | |
set source_folder to choose folder with prompt "Select source folder." | |
set destination_folder to choose folder with prompt "Select folder to move imported images to" | |
my moveToPhotos(source_folder, destination_folder) | |
end timeout | |
end tell | |
on moveToPhotos(sFolder, dFolder) | |
set albumName to "2020" |