Mailing Lists: Apple Mailing Lists

Image of Mac OS face in stamp
 
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Move files to the right folder.



-- This script obtains the name of the folder from name of the files (need Satimage Osax for regex and format)–Of course it’s just a starting point…

set x to "BE_00500_M3200W"

set y to (find text "[A-Z]+_([[:digit:]]+)" in x using "\\1" with regexp, all occurrences and string result) as text

set z to y div 100
set k to (z * 100) + 99
set z to format (z * 100) into "00000"
set k to format k into "00000"

return z & "-" & k & "_Vendor_Code" as text


Luca



On Oct 16, 2006, at 1:53 PM, Jan Bultereys wrote:

Hi, I am looking for a script which moves file to the right folder based on the name of the files.

Folders:
  
 00000-00099_Vendor_Code  
 00100-00199_Vendor_Code  
 00200-00299_Vendor_Code  
 00300-00399_Vendor_Code  
 00400-00499_Vendor_Code  
 00500-00599_Vendor_Code
.....
 12000-12099_Vendor_Code

Name of the files:
BE_00097_M3200W
BE_00158_M1370

So based on the number between BE_ and _M3200W the file should be moved to the right folder, in this case to the folder (for the 1st example):
00000-00099_Vendor_Code

Any ideas are much appreciated
Jan
 _______________________________________________
Do not post admin requests to the list. They will be ignored.
AppleScript-Users mailing list      (email@hidden)
Help/Unsubscribe/Update your Subscription:

This email sent to 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:
http://lists.apple.com/mailman/options/applescript-users/email@hidden

This email sent to email@hidden

References: 
 >Move files to the right folder. (From: Jan Bultereys <email@hidden>)



Visit the Apple Store online or at retail locations.
1-800-MY-APPLE

Contact Apple | Terms of Use | Privacy Policy

Copyright © 2007 Apple Inc. All rights reserved.