[Gambas-user] File Properties
Daniel Oxley
oxleyd at ...364...
Sun Jun 27 15:53:41 CEST 2004
perfect, thanks!
---------- Original Message -----------
From: <gambix at ...2...>
To: <gambas-user at lists.sourceforge.net>
Sent: Sun, 27 Jun 2004 16:08:52 +0200 (CEST)
Subject: Re: [Gambas-user] File Properties
> >I want to read the size of a file into a string. Browsing the WIKI tells
> >me
> >that "GbFileRSize" does this. However, I am having problems working out
> >how
> >to use it!
>
> >Any help? Thanks!
>
> HI
>
> Use :
> Stat(myFile).Size
>
> Or
>
> With Stat(myFile)
>
> myvar = .Size
>
> end With
> Look at the FSupSelector class in the ide source for more info
>
> See about Stat() function in the wiki help
>
> http://binara.com/gambas-wiki/bin/view/Gambas/GambasStat
> http://binara.com/gambas-wiki/bin/view/Gambas/GambasComponentGbFile
>
> regards,
> Fabien Bodard
------- End of Original Message -------
More information about the User
mailing list