| Author |
Comment/Response |
yehuda ben-shimol
|
05/04/08 04:46am
I wonder what is the system you are working on
With OpenSuse 10.3 and Mathematica 6.0.2
(* I generated a deep directory with a much longer name *)
SetDirectory["~"];
Do[CreateDirectory[
"testMathaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa"];
SetDirectory[
"testMathaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa"], {10}];
dir=Directory[];
SetDirectory["~"];
(* Manually I put there a .tar file
and then *)
fname="result_clustered.txt.tar";
Import[dir<>"/"<>fname,StringDrop[fname,-4]]
and this works with no problem
yehuda
URL: , |
|