Brief Description:
I need a file copy/move function (preferably in scriptmaster ) written that has a progress bar pop up with a cancel button.
Usage:
I am going to be coping a list of files from one hard drive to another. These files will be anywhere from 300MB to 6GB each.
Ideal Usage
Function Name: CopyFilesEx ( sourcePaths ; destinationPaths ; moveORcopy )
sourcePath: the paths of the files to copy.
destinationPath: the paths of where the file will copy or move to. I would also like this to rename the file to the one specified in the destinationPath
moveORcopy: this would either be specified with "move" or "copy" if it is move and the source and destination are on the same volume then the action should be a simple move operation. If the volumes are different I need the file copied and then the destination file deleted once the file has been successfully copied. Do not delete the source files until all the files are copied.
Progress Bar Details
Ideally I would like to insert a value list of file paths into the source and destination variables (it should stop and return an error if the two value lists are not the same length). There needs to be two progress bars, an overall progress of all the files and a progress bar of the current file.
Details displayed
Total File Size (GB) of all files being copied / Moved
Total File Size (GB) of data transferred so far of all the files
Total File Size (GB) of current file being copied / Moved
Total File Size (GB) of data transferred so far of the current file
current MB / sec transfer rate
Percent of each progress bar
Elapsed time
Estimated time left based on current MB / sec transfer rate
cancel button
Return
Error if the file transfer fails ( example: someone unplugs the HDD before the transfer is finished. I do not want the function to hang filemaker indefinitely if the destination or source path is lost ). I would also like a value list of all the paths that were successfully transferred before it faile.
Error if the two file path value lists are not the same length
A successful transfer of all files will return a 1
If anyone would like to quote me a price to do this please reply or PM me. Thank you.
- View New Content
- Home
- Site
-
Forums
- Community Resources
- FileMaker Security Management
- FileMaker Server Administration
- FileMaker on the GO
- Database Schema & Business Logic
- The Presentation Layer
- Brain Food
-
FileMaker and WEB 2.0 Technology
- 360 Works Official Product Support Forums
- FM Forums Affiliate Sponsors
- FileMaker Developers & User Groups
- Tools Of The Trade
- FileMaker Classifieds
- FileMaker Product Family
- The Water Cooler
- FM Forums Operations
- Blogs
- Social Groups
- Marketplace
- Chat
-
More

































