www.lucersoft.com
Main
Home
Products
LC Copier
HTML Batch Editor
HTML Batch Editor PRO
Freeware
Documentation
LC Basic
Information
Order
Update Policy
Support
Contacts
Links
File IO functions
Syntax
result = FileSize (filename)
Description:
The FileSize function retrieves the size of a specified file in the bytes.
Examples:
res = FileSize ("C:\\SomeDir\\SomeFile.ext")
If Escape Sequence is enabled you must use double backslash.
FileExist
Back