Re: physical file size



Hi Man-wai Chang,

And there is fsize()
it always returns 0 (VFP9). How do I use it correctly?
I tried (dummy.prg exists in the active folder which is on a local drive):

? fsize("dummy.prg")
? fsize(fullpath("dummy.prg")
? fsize(".\dummy.prg")

Regards
Bernhard Sander

.