Re: Useless for UNIX?
> What's wrong with:
%
> For shell: set cwd_abs=`cd $1 &&
> pwd`
>
> For C: realpath(...)
This doesn't work for all operating systems!
Useless for UNIX? What's wrong with:
For shell: set cwd_abs=`cd $1 && pwd`
For C: realpath(...)
A multimedia framework and tools.
A set of tools for a variety of purposes.
Re: Useless for UNIX?
> What's wrong with:
%
> For shell: set cwd_abs=`cd $1 &&
> pwd`
>
> For C: realpath(...)
This doesn't work for all operating systems!