Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
File Size Detection
Message
From
04/06/2001 03:24:07
Cetin Basoz
Engineerica Inc.
Izmir, Turkey
 
 
To
04/06/2001 02:43:36
Jimi Lee
Pop Electronic Products Ltd.
Hong Kong, Hong Kong
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00514425
Message ID:
00514428
Views:
15
This message has been marked as the solution to the initial question of the thread.
>Hi all,
>
>Are there any command in VFP to detect the file size of a given file?
>
>Thank a lot!!

Hi Jimi,
At least 2 ways :
set comp on
? fsize(lcFileName)
set comp off

adir(arrFile,lcFileName)
? arrFile[1,2]
Cetin
Çetin Basöz

The way to Go
Flutter - For mobile, web and desktop.
World's most advanced open source relational database.
.Net for foxheads - Blog (main)
FoxSharp - Blog (mirror)
Welcome to FoxyClasses

LinqPad - C#,VB,F#,SQL,eSQL ... scratchpad
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform