Provinding files for VM-Application [message #61844] |
Fri, 08 August 2008 04:51 |
wengi
Messages: 12 Registered: February 2008
|
Junior Member |
|
|
Hi there,
I'm currently coding a project for a colleague. Unfortunately I have
to build the application for the VM because the colleague does not
have an IDL-license.
The project needs some kind of dummy-files to read some information
from. Using the idlde I have the opportunity to provide these files, I
think. I just put the file in the "data-folder" of the project. Later
on I want to open the file with openr.
While testing the application on a VM I always run into a "file-not-
found" error. I have no idea in which way I have to specify the path
to the file in the source-code.
I tried:
hname = '\data\header.ima'
hname = '\header.ima'
and then
openr,unit,hname,/get_lun
Always running into the "file-not-found" error. So where can I find my
provided files after having built the project? Any idea would be
appreciated.
Regards,
Andreas
|
|
|