One thing at a time all the time!

Welcome to Rocteur
Thursday, April 25 2024 @ 08:05 AM CEST

How to find the size of a file

I have a requirement to find out the size of a file existing in an NTFS file system.

my $file_size = -s $file_name;

perldoc -f -s


John
--
use Perl;
program
fulfillment

FAQ Manager » Perl » How to find the size of a file