Re: recursive folder count
Re: recursive folder count
- Subject: Re: recursive folder count
- From: Skeeve <email@hidden>
- Date: Thu, 28 Feb 2008 21:33:06 +0100
It shouldn't break your script as you already used "quoted form of ..."
I wouldn't use ls and sed but just find:
set target_folder to choose folder with prompt "Choose target folder to
clean"
set filecount to do shell script "find " & (quoted form of POSIX path of
target_folder) & " | wc -l"
display dialog "There are:" & filecount & " files"
_______________________________________________
Do not post admin requests to the list. They will be ignored.
AppleScript-Users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
Archives: http://lists.apple.com/archives/applescript-users
This email sent to email@hidden