Guest User

Untitled

a guest
Oct 21st, 2017
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. global folderSpool
  2. tell application "Finder" to set folderSpool to folder "Spool" of desktop
  3.  
  4. on adding folder items to folderSpool after receiving the_files
  5. repeat with each_file in the_files
  6. set theDialogText to "File is: " & (each_file) & "."
  7. display dialog theDialogText
  8. end repeat
  9. end adding folder items to
Add Comment
Please, Sign In to add comment