Posted by Andrι Hδnsel on 12/17/52 11:52
ImOk schrieb:
> is_dir ("./mysubdir/mysubsubdir" )
That only determines if ./mysubdir/mysubsubdir is a directory. It makes
no statement about whether it is a subdirectory of another directory.
is_dir('../../nosubdir) will return true (if the dir exits, of course),
although it is no subdir of the working dir.
Navigation:
[Reply to this message]
|