isdir etc would have to stay for compatibility, and I don't think it gets any prettier if duplicate names for all of them are added.
/ Martin Stjernholm, Roxen IS
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