in reply to Re: Re: filesize module on win32 systems
in thread filesize module on win32 systems

You'll notice that the defaults are such that a program naively copying the contents of a file to another with taking the existence of advanced filesystem features into account will still work (and that's on OS level, not Perl -s level). In light of that trend I'd suggest that -s reports the uncompressed size of NTFS compressed files.

And that's probably all the OP needed, too.

Makeshifts last the longest.