Mail Archives: djgpp-workers/1999/11/14/08:32:43
On Sun, 7 Nov 1999, Laurynas Biveinis wrote:
> Finally...
>
> Please review and test it.
I only reviewed the sources, and only superficially for now (too swamped
for anything else, sorry). Some comments:
+ /* LB: we have to remember this here if we want getwd() later */
+ /* return directory with symlinks. */
+ strcpy(_passed_dir_name, fix_buf);
Are getwd and getcwd documented somewhere to return the symlink name,
rather than the actual directory name? If not, perhaps we are better off
without recording the symlink in some hidden variable?
As for the format of the symlink file: is it a good idea to use the SYS
attribute? Such files will not be shown by DIR and other DOS/Windows
commands, some archivers might skip them, etc. Perhaps it is better to
make the symlinks be of some specific size?
- Raw text -