Created
August 15, 2020 20:17
-
-
Save kytrinyx/29b7e1c3530b639dd04e1f6efef76a7e to your computer and use it in GitHub Desktop.
Revisions
-
Katrina Owen created this gist
Aug 15, 2020 .There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,8 @@ set sourceFolder to "Macintosh HD:Users:kytrinyx:Music:Audio Hijack" as alias tell application "Finder" sort (get files of sourceFolder) by creation date -- This raises an error if the folder doesn't contain any files set theFile to (item -1 of result) as alias end tell tell application "Fission" to open theFile