• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag
 

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: (resend)
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: (resend)


  • Subject: Re: (resend)
  • From: "email@hidden" <email@hidden>
  • Date: Mon, 29 Mar 2010 22:33:46 -0700

Alex, are you trying to do something like this? (would require SL)

set myFolder to alias "Macintosh HD:Users:edstockly:Desktop:BookTesting:"

set myShellString to "ls -tl " & (quoted form of POSIX path of myFolder) & " | rep '^d'"
set myDir to do shell script myShellString as string

set AppleScript's text item delimiters to {"       ", "      ", "     ", "    ", "   ", "  ", " "}
set myDir to every text item of myDir
set AppleScript's text item delimiters to {" "}
set myDir to paragraphs of (myDir as text)
set myDates to {}
repeat with thisGraph in myDir
	set the end of myDates to text items 5 thru 7 of thisGraph as text
end repeat
set AppleScript's text item delimiters to {return}
log myDates as text _______________________________________________
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

  • Follow-Ups:
    • Re: (resend)
      • From: Alex Zavatone <email@hidden>
References: 
 >Re: (resend) (From: Shane Stanley <email@hidden>)
 >Re: (resend) (From: Alex Zavatone <email@hidden>)
 >Re: (resend) (From: "Mark J. Reed" <email@hidden>)
 >Re: (resend) (From: Alex Zavatone <email@hidden>)

  • Prev by Date: Re: (resend)
  • Next by Date: Re: (resend)
  • Previous by thread: Re: (resend)
  • Next by thread: Re: (resend)
  • Index(es):
    • Date
    • Thread