1 line
148 B
AppleScript
1 line
148 B
AppleScript
tell application "Finder" to return name of every item in entire contents of (path to documents folder from user domain) whose name ends with "pdf"
|