2 lines
189 B
AppleScript
2 lines
189 B
AppleScript
tell application "Finder" to return name of every item in (path to documents folder from user domain) whose name does not contain "about" and name ends with "pdf"
|
|
--> RETURNS: {"Test.pdf"}
|