Skip to content

Instantly share code, notes, and snippets.

@intercom
Created September 27, 2010 13:49
Show Gist options
  • Save intercom/599052 to your computer and use it in GitHub Desktop.
Save intercom/599052 to your computer and use it in GitHub Desktop.
set source_folder to choose folder with prompt "Please select a folder:"
tell application "Finder"
set numberOfFiles to count of (files in folder source_folder whose size is 0)
end tell
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment