I've had this error before with file:read(), when I read .csv files from some 3rd parties. I have to open the file, remove the last empty line, or replace it by my own empty line (del + enter). I always assumed it was an encoding issue as it always occurs with the files from the same providers.
In this case, I didn't search, I just assumed symlinks weren't supported. Should they work? If so, I'll investigate some more.
Hi France,
> #0 is an unacceptable character in my symlink file.
This seems to be a pretty rare error message; I didn't find any hits
when searching for it. What is the original error message? Have you
already searched for it as well?
Christian