hi all
how can i know the size of thefile
? size('test.doc')

tankes

RE: File size by Leemi

Leemi
Mon Sep 08 15:59:02 CDT 2003

Hi Taha:

Try using the ADIR() function like this:


? ADIR(atest,"Test.doc")
? atest(1,2)

I hope this helps.

This posting is provided "AS IS" with no warranties, and confers no rights.

Sincerely,
Microsoft FoxPro Technical Support
Lee Mitchell

*-- VFP8 HAS ARRIVED!! --*
Read about all the new features of VFP8 here:
http://www.universalthread.com/VisualFoxPro/News/VFP8Release.asp
Purchase VFP8 here:
http://shop.microsoft.com/Referral/Productinfo.asp?siteID=11518

Keep an eye on the product lifecycle for Visual FoxPro here:
http://support.microsoft.com/default.aspx?id=fh;[ln];lifeprodv
- VFP5 Mainstream Support retires June 30th, 2003
- VFP6 Mainstream Support retires Sept. 30th, 2003


>hi all
>how can i know the size of thefile
>? size('test.doc')

>tankes