Hello,
> Incorrect in this case, since the argument that's copied is a pointer;
> the string is still the same one as in the calling scope. And folder
> is declared a const char *, so you'd get yelled at changing it anyway.
right. So you need the extra copying.
Thomas