Absolute Path
Hello everbody,
first of all great website!
I've tried a few examples, works perfectly.
I 've also tried it with the txt-file as data source.
But when I use an absolute path, it does not work anymore!
Like this:
//provide data URL - plain text tabs-separated file
//table.setURL("../data/companies.txt");//orginal
table.setURL("C:\companies.txt");
It is really only possible to use relative path or is it also
working with an absolute path???
Thanks for help!
Frank
first of all great website!
I've tried a few examples, works perfectly.
I 've also tried it with the txt-file as data source.
But when I use an absolute path, it does not work anymore!
Like this:
//provide data URL - plain text tabs-separated file
//table.setURL("../data/companies.txt");//orginal
table.setURL("C:\companies.txt");
It is really only possible to use relative path or is it also
working with an absolute path???
Thanks for help!
Frank
Frank
March 4,