Contents
Articles
Behaviors
Books
Director News
Director Web Sites
FAQ
Games
Mailing Lists
News Groups
Project Examples
Reviews
Software
Tools
Useful Web Sites
Utilities
Xtras

Don't miss these
Inspect
Fast Start Projector
Macromedia Director Workshop
Reverse a list
Macromedia Director 7 - Illustrated Complete
Whitemedia: Tool Xtras and behaviors for Director.
ISO STUDIO Free Authoring Version
QuickTime Silent Install
selling|sound - royalty free music
Binary Xtra
 

 

 

Behavior CopyFiles form AnyPath Include CD-ROM,DVD,HDD...etc

Added on 3/7/2005

 

Compatibilities:
D8 D8_5 D9 Script

Required Xtras:
Buddy API

This item has not yet been rated

Author: lingoman (website)

This Script Enabled The User to Copy Any Files he Made from any Specific Path Include CD-ROM, HDD , etc... just Specify the Folder or Path in the global (myPath) to Start the Copying Process, and the Script included with Error Detecting If No files Found to be Copied

Download PC Source
--Developed By :Mohammed Ibrahim © March 2005
--WITH THE NAME OF GOD--
--StartCopy form Any Where to Specific Folder in The
--User Drive Using BudiAPI Xtra
--This Tecnique Works Great to Transfer Files
--from any Path (Ex.CD-ROM,HDD,..etc)
--to Any Place in the User Drive
----------------------------------------------------

--Define the Path of your files

global mypath

--Create a Folder with The Name (MyFiles) in the Same Place with your Movie File and Put a Sample(*.Mpg) File/s
on startmovie
  mypath = the moviePath&"MyFiles"
end

on StartCopyme
  --I Choosed (C:data) as a Target path in The User PC and i will copy MPG files!
  --The File Will Only Copied if newer!
  set OK = baCopyXFilesProgress( mypath , "c:data" , "*.mpg " , "IfNewer", "Copying files... ", "Cancel", 0 )
  --Check if Error in BudiAPI (No files matched the specified type)
  if baCopyXFilesProgress( mypath , "c:data" , "*.mpg " , "IfNewer","Copying files... ", "Cancel", 0 ) = 8 then
    alert"ERROR,NO FILE TO COPY IN SOURCE!!"
    --Else if No Error in Founding Files
  else alert"FILES COPIED!"
end if
end

 


Contact

MMI
36 South Court Sq
Suite 300
Newnan, GA 30263
USA

Send e-mail