Pavel Sanda wrote:
Richard Heck wrote:
It seems potentially confusing to use $$i for two different things, and I
can imagine wanting the path in the latter case. I think there's some
precedent here, no?
i'm aware of $$i (input), $$o (output) and $$s (system) in converters commands
and the idea of $$i come from there.
what would you like more - $$f for file and $$p for path?
I'd keep $$i for input and do $$p for path.
+ LYXERR(Debug::LYXVC, "Directory: " << path);
+ FileName pp(path);
+ support::PathChanger p(pp);
Is some kind of error checking needed here?
i will look.
My worry was: what if the path doesn't exist?
rh