Page 1 of 1

DPlot cannot open a data file on this remote network folder

Posted: Wed Feb 06, 2013 7:16 pm
by dcl9000
I have a text data file (filename data1.txt) contains these values:

X(nm) Y1(uW)
1.2 1.4
2.6 4
3.9 16.2
5.7 23.5

When this data file is placed in a remote network folder "\\Epsilon\Testing\temp\Fod2.0\try_DC&IV_K1", DPlot can open/plot it and drag-and-drop works just fine. However, if this remote network folder is re-named to "\\Epsilon\Testing\temp\Fod2.0\try_DC+IV_K1", DPlot cannot open or plot the data anymore. The error message says "File not found".

Somehow, DPlot doesn't like a "+" sign in the name of a remote network folder. This problem doesn't exist if the data file is on a local folder even with a "+" sign.

My DPlot version is 2.3.3.5.

Could you please fix this bug? Thanks!

Posted: Thu Feb 07, 2013 9:34 am
by DPlotAdmin
My guess is you can open this file using File>Open, right?

The problem with interpreting this correctly on the command line or by right-clicking the file is that DPlot interprets the + as a separator between multiple files. "dplot.exe ex01.grf+ex02.grf", for example, opens both ex01.grf and ex02.grf - nothing to do with it being a network drive. Off the top of my head I can't think of a good way to do what you want without breaking it for others, but I'll give it some thought.

Posted: Thu Feb 28, 2013 2:45 pm
by dcl9000
You're right! It works only when I manually open the file using File>Open.

But, again, if the same data folder (with a + sign in the folder name) is placed in a local drive, everything (drag&drop, double click...) works perfectly.

Posted: Thu Feb 28, 2013 3:53 pm
by DPlotAdmin
You're right, and I have no explanation for that. If anything I'd consider this to be the bug.