![]() |
Telelogic DOORS (steve huntington) | ![]() |
new topic :
profile :
search :
help :
dashboard :
calendar :
home
|
||
Latest News:
|
|
Topic Title: Copy Files Topic Summary: Created On: 13-Oct-2008 20:12 Status: Post and Reply |
Linear : Threading : Single : Branch |
![]() |
![]()
|
![]() |
|
Does DOORS have the capability to copy files thru a GUI and copy the file in a specified location?
I have a script where the user can select the file, but all i'm getting is the file name. Any suggestions are welcome. |
|
![]() |
|
![]() |
|
Look for the command 'copyFile' in the DXL manual.
|
|
![]() |
|
![]() |
|
I tried this, can anyone help me with this problem.
|
|
![]() |
|
![]() |
|
your problem is this line:
string destFileName = "C:\\Temp" this is not a file. It's a directory. Something like: string destFileName = "C:\\Temp\\myfile.csv" should work fine. ------------------------- Kevin Murphy http://www.baselinesinc.com |
|
![]() |
|
![]() |
|
If you want to copy an entire directory you need to first create the directory using mkdir(string directoryLocation) then copy the files into it.
------------------------- David Pechacek AAI Services Textron dpechacek@sc-aaicorp.com David.Pechacek@gmail.com |
|
![]() |
Telelogic DOORS
» DXL Exchange
»
Copy Files
|
![]() |
FuseTalk Standard Edition v3.2 - © 1999-2009 FuseTalk Inc. All rights reserved.