Hi - not a developer here, although I have some rudimentary sripting experience.
Is it possible to have automator or applescript do the following:
Given a folder with numerous sub folders, and sub - sub folders, go to the file level on each, extract the name of the containing folder, then rename all contents sequentially?
IE I have thousands of image files saved in the following structure:
2005>Jan>Jan1
etc. (dang - this web text field won't let me space or tab properly). The year contains 12 month folders, each month contains several different day folders, and each of those contains image files with numeric names (pict002334.jpg) etc.
I would like to rename the files so that pict#####.jpg, etc becomes Jan 3-1.jpg, Jan 3-2.jpg etc.
I have written an automator script that will do this for a single folder, but it neither loops, nor parses the name of the folder - the user has to manually enter that. A slight help, but not nearly as usefull as a script that will do it with nested folders, and no user input.
Suggestions?
Any good applescript/automator sites you could refer me too? Anyone HAVE such a script??
ADVthanksANCE
Is it possible to have automator or applescript do the following:
Given a folder with numerous sub folders, and sub - sub folders, go to the file level on each, extract the name of the containing folder, then rename all contents sequentially?
IE I have thousands of image files saved in the following structure:
2005>Jan>Jan1
etc. (dang - this web text field won't let me space or tab properly). The year contains 12 month folders, each month contains several different day folders, and each of those contains image files with numeric names (pict002334.jpg) etc.
I would like to rename the files so that pict#####.jpg, etc becomes Jan 3-1.jpg, Jan 3-2.jpg etc.
I have written an automator script that will do this for a single folder, but it neither loops, nor parses the name of the folder - the user has to manually enter that. A slight help, but not nearly as usefull as a script that will do it with nested folders, and no user input.
Suggestions?
Any good applescript/automator sites you could refer me too? Anyone HAVE such a script??
ADVthanksANCE