Re: newbie help - parsing pathnames to rename files
Re: newbie help - parsing pathnames to rename files
- Subject: Re: newbie help - parsing pathnames to rename files
- From: "Mark J. Reed" <email@hidden>
- Date: Thu, 28 Feb 2008 21:49:30 -0500
Quick outline of a possible approach: you can use the Finder or do
shell script "find" to get a list of full image pathnames, use text
item delimeters to split the pathnames into a list of components,
pluck out the components you want, and put them back together with a
different delimiter in place of the path separator (e.g. _)...
On 2/28/08, Mark J. Reed <email@hidden> wrote:
> On Thu, Feb 28, 2008 at 4:07 PM, Draper Kauffman <email@hidden> wrote:
> > Acceptable formats for the new filenames would be any of these:
> > <artist>_<account>_<project#>_<existing file name>
> > <account>_<project#>_<artist>_<existing file name>
> > <account>_<project#>_<existing file name>
>
> So you won't have two projects in the same project with the same name
> by different artists? What is the format of the artist name?
>
>
>
> --
> Mark J. Reed <email@hidden>
>
--
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