Re: Adding a leading zero
Re: Adding a leading zero
- Subject: Re: Adding a leading zero
- From: "Mark J. Reed" <email@hidden>
- Date: Thu, 5 Apr 2007 15:30:50 -0400
On 4/5/07,
Emmanuel <
email@hidden> wrote:
Not if you note that you can find an AppleScript implementation of
printf, strftime, and strptime: namely, in the dictionary of a cool
software named Smile, that we make available for free to the
AppleScript community.
Excellent point. With Smile you can easily construct an all-AppleScript solution to the issue of getting a formatted modification time from a file.
(The function strptime is the inverse function of strftime - it takes the same format descriptor a string that should match it; if the string matches, it returns the corresponding time value. Quite handy.)
--
Mark J. Reed <
email@hidden>
_______________________________________________
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