Voting

: max(seven, three)?
(Example: nine)

The Note You're Voting On

andudi at gmx dot ch
23 years ago
On my SuSE 7.2 is_link does not work on directories, but to find out, if a dir is a link, I use now this:

$linkdir = $path.$linkdirname;
if (realpath($linkdir) != realpath($path)."/".$linkdirname):
//$linkdir is a symbolic linked dir!
...

and this works fine :-)

Andreas Dick

<< Back to user notes page

To Top