Use a combination of CDPro Xtra and FileXtra - both are free

on mouseUp me
  --use CDPro Xtra here to fine the source path
  global cd, myFileName
  set cd = xtra("cdpro").new()
  getCDDrive(cd)
  mydrive = getCDDrive(cd)

  searchpath = mydrive

  sourcepath = mydrive & "\yourfilename.doc"
  set myFileName = "yourfilename.doc"

  --use FileXtra here to get destination path and copy the file
  fxObj = xtra("FileXtra3").new()

  destinationpath = fxObj.fx_FileSaveAsDialog("c\", "yourfilename.doc",
"Enter a filename", True)




  fxObj.fx_FileCopy(sourcepath, destinationpath)

  fxObj = 0

end

Nitin Urdhwareshe
[EMAIL PROTECTED]



-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On
Behalf Of Richard Poole
Sent: Thursday, November 01, 2001 2:39 PM
To: [EMAIL PROTECTED]
Subject:


Hi

I am trying to find out how to get my projector file which is on a cd, to
copy a file (also on the cd 'mode_of_action.doc'), to a location specified
by the user.

The program works fine when played back in director and int he project on
system, but when burnt onto a cd the file wont copy, keeps saying file not
found.

Does anyone know of an Xtra or some way I can get this to work?

The real pain is I have committed myself to this job because the projector
on system and it's deadline for completion is tomorrow!

Many thanks in advance

Richard Poole


[To remove yourself from this list, or to change to digest mode, go to
http://www.penworks.com/LUJ/lingo-l.cgi  To post messages to the list,
email [EMAIL PROTECTED]  (Problems, email [EMAIL PROTECTED])
Lingo-L is for learning and helping with programming Lingo.  Thanks!]



[To remove yourself from this list, or to change to digest mode, go to
http://www.penworks.com/LUJ/lingo-l.cgi  To post messages to the list,
email [EMAIL PROTECTED]  (Problems, email [EMAIL PROTECTED])
Lingo-L is for learning and helping with programming Lingo.  Thanks!]

Reply via email to