is_dir is a function whereas isdir is not, so one would go from one problem to another. One could add a is_dir function though.
/ Martin Nilsson (bygger parser
Previous text:
2003-01-06 21:14: Subject: Inconsistency.
Ok, I noticed the following inconsistency.
Stdio.is_dir() <=> Stdio.Stat->isdir Stdio.is_file() <=> Stdio.Stat->isfile
etc. Wouldn't it be logical if these were named the same rather? I vote for is_dir etc since that is generally the naming convention used in Pike.
/ David Hedbor