17 Oct
2010
17 Oct
'10
2:50 p.m.
On Sat, Oct 16, 2010 at 11:09 PM, Aditya Mahajan
Hi,
In MkII, I can say
\ReadFile{/tmp/filename}
to read a file in /tmp directory. However, in MkIV, that fails because ReadFile is defined as
\unexpanded\def\ReadFile #1{\doreadfile{any} {.}{#1}\donothing\donothing}
so it explicitly searches in the . (current) directory.
Bug or feature? What happen if you put a path like ./../../../../../tmp/filename ? -- luigi