Files and Folders AppleScripts
Move files and foldersThis Applescript moves files from one folder to another folder. The files are first copied and then deleted to ensure no files are lost in the process. Easily handles sub-folders.The script is broken down into 3 easy to follow modules being: 1. Copy Files (Copy the files and folder in "from_folder" to the "to_folder" 2. Delete files (Deletes the files in the "from_folder" 3. Move Files (Calls the module 1 and then 2) Simple Zip filesThis AppleScript zips and compresses files in a specified folder and saves them to a specified zip file.Advanced Zip filesThis AppleScript will add files to a zip file (one will be created if it does not already exists).This can be saved as a droplet by saving it as application and run only. Now files can be dragged on to droplet and will be automatically added to the zip. This droplet can be double clicked to select the files from finder. Copy,Move,Delete files and folders (Advanced)Apple script to Copy, Move and Delete files and folders. Easily handles subfolders too.Copy: Copies files/folders form source folder to destination folder Move: Moves files/folders from source folder to destination folder Delete: Deletes files/folders from a folder Copy,Move,Delete files and folders (Professional)Apple script to Copy, Move and Delete files and folders. Easily handles subfolders too.Copy: Copies files/folders form source folder to destination folder Move: Moves files/folders from source folder to destination folder Delete: Deletes files/folders from a folder Logs are available to review the operation Option to replace files/folder in Copy/Move operation in destination. |
Email your comments to: comments@thompson-solutions.com