in reply to Re: POSIX::S_ISDIR() with $stat->mode values from Windows vs. Linux
in thread POSIX::S_ISDIR() with $stat->mode values from Windows vs. Linux

:)

One more thing to check given NTFS: are you certain that a native windows Perl will _ALWAYS_ see just those 2 values. Say on a host with 2 user accounts... .

  • Comment on Re^2: POSIX::S_ISDIR() with $stat->mode values from Windows vs. Linux

Replies are listed 'Best First'.
Re^3: POSIX::S_ISDIR() with $stat->mode values from Windows vs. Linux
by isync (Hermit) on Oct 05, 2009 at 21:54 UTC
    I thought of that, but at least on my XP box it seems to be just those two.
    Anyway, as I threw out this line and check with POSIX::S_ISDIR() solely, I am on the safe side, I think.