Chinku Simon wrote:
> 
> Hi,

Hello,

> 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

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to