CVSROOT: /usr/cvs Changes by: jkrell at birch. 10/07/31 13:35:48 Modified files: cm3/m3-libs/sysutils/src/: FSUtils.m3 Log message: Don't call stat so many extra times. Once is enough to determine exists vs. file vs. directory, and if we just enumerated it, we don't need to check again. Perhaps the three booleans should be an enum.