Answers for "applescript get all files in folder with extension"

0

applescript get all files in folder with extension

tell application "Finder" to select (every file in the ¬
    front Finder window whose name does not end with ".jpg")
Posted by: Guest on January-23-2021

Code answers related to "applescript get all files in folder with extension"

Browse Popular Code Answers by Language