[Gambas-user] Size Multiple Files with FileProperties

Benoît Minisini gambas at ...1...
Sat Feb 13 11:59:51 CET 2016


Le 12/02/2016 19:09, herberth guzman a écrit :
> Salut Benoit
>
> Benoit consultation.
>
> If I want to get the size of a file with FileProperties the code is:
> FileProperties1.Path=User.Home &/ "test.png"
>
> But I need to get the size of several Selected Files in a FileView.
> Is this possible.?
>

Why do you use FileProperties? Use Stat() directly on each file path.

-- 
Benoît Minisini




More information about the User mailing list