This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!
FileLen Function Example
This example uses the
FileLen function to return the length of a file in bytes. For purposes of this example, assume that
TESTFILE
is a file containing some data.
Dim MySize
MySize = FileLen(
"TESTFILE")
' Returns file length (bytes).