Re: Slow app with Fusion drive.
Re: Slow app with Fusion drive.
- Subject: Re: Slow app with Fusion drive.
- From: Brian Christmas <email@hidden>
- Date: Wed, 13 Mar 2013 22:06:16 +1100
G'day scripters
Is there a command in Applescript ObjC to send a URL referenced folder to the trash?
Regards
Santa
set posixPath to POSIX path of ((TemporaryPrintingPath as text) as alias) set theTempList to my urlsInFolder_(posixPath) repeat with theURL in theTempList set tAll to urlsInURL_(theURL) if count of tAll = 0 then FSMoveObjectToTrashSync(theURL) # This doesn't work end repeat
|
_______________________________________________
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