Author |
Topic  |
|
mikeel
Posts |
Posted - 10/25/2007 : 03:25:59 AM
|
Origin Version (Select Help-->About Origin): 7.5 SR4 Operating System: W2K
Hi,
i browsed a little through the forum but could not find nothing to help me further.
I'm trying to import some date. The folder structure in my case is has the following structure:
C:\A_aaa\B_bbb\C_cccc an so on.
When I use the the following code: GetMultiOpenBox(saFilePaths, "*.*", "C:\\A_aaa\B_bbb\C_cccc") and I open the File-OPen Dialog, I end up in the uppermost folder (A_aaa) and not in that one, that i actually wished to (C_cccc).
IF I use GetMultiOpenBox(saFilePaths, "*.*", "C:\\A_aaa\\B_bbb\\C_cccc") insted, I end up in the project directory.
I guess, this has something to do with the underbar_, but i habe no slightest idea, how to overcome this problem (nor have i seen such a problem with other languages)
I hope you could help
Thanks & Regards
Mike
|
|
Mike Buess
USA
3037 Posts |
Posted - 10/25/2007 : 12:49:48 PM
|
Hi Mike,
The underscores should not be a problem. The correct path is C:\\A_aaa\\B_bbb\\C_cccc\\ but I cannot reproduce your problem in O75 SR6 using either of the paths you tried. I suggest that you update to SR6.
Mike Buess Origin WebRing Member |
 |
|
mikeel
Posts |
Posted - 10/29/2007 : 11:17:34 AM
|
Hi Mike,
thanks for your help. I don't know what I did different, but now it works with C:\\A_aaa\\B_bbb\\C_cccc\\. Thanks
Mike |
 |
|
|
Topic  |
|
|
|