jimmyJIMMYyaya
Programmer
Hey all
Im trying to get a files size but here the prob im having
i have a foreach loop like so which i was hoping would return a files size but no go.
foreach $file (@array)
{
@stat = (stat($file))[7];
}
how can i get a files size on win32
thanks for anyones help in advance
jimmyJIMMYyaya
Im trying to get a files size but here the prob im having
i have a foreach loop like so which i was hoping would return a files size but no go.
foreach $file (@array)
{
@stat = (stat($file))[7];
}
how can i get a files size on win32
thanks for anyones help in advance
jimmyJIMMYyaya