Files that contains {"xxx_"}

laah

Registriert
Thread Starter
Dabei seit
11.11.2003
Beiträge
4
Reaktionspunkte
0
Hello,

I need a little help whit this.

I want to do some file sorting in the script here under:
---------------------------------------------------------------
tell application "Finder"
activate
move every file in folder "test1" to folder "test2" with replacing
end tell
---------------------------------------------------------------

every file that contains {"xxx_"} Is to be moved to folder "xxx"
every file that contains {"yyy_"} Is to be moved to folder "yyy"

Any Ideas :)

Best Regards
Lars Aagaard
 
Die Lösung..

move (every file in folder "test1" where the name of files contains {"xxx_"}) to folder "xxx-folder" with replacing

Best Regards
Lars Aagaard
 
Zurück
Oben Unten