Hello,
I am developping a GUI in Splus and facing a importation problem. I have
created a new workspace where my scripts are stored ans where excel files
are stored too to be importated in Splus according to user needs. I store
the name of the file in a variable lets say :
TheFile<-"theExcelFile.xls"
When i use file.exists(theFile) the answer is True meaning that Splus looks
into the current directory to check the file but when i use just after
import.data(theFile...) it tries to find the file into c:\Program
files\sp2000\users\default\ directory ???
How can this be
Anyhelp will be welcome;
Laurent
|