|
| KiXtart 2001 Manual |
GetFileSize( )
| Action: | Returns
the size of a file in bytes. |
| Syntax: | GETFILESIZE
("file name") |
| Parameters: |
File
name
|
| Remarks: |
The
maximum size of files that GetFileSize can correctly report the size of is
2,147,483,647 bytes. |
| Returns: |
Size
of the file in bytes. |
| See Also: |
GetFileAttr(
),
GetFileTime( ), GetFileVersion(
) |
| Example: |
$Result = GetFileSize(@LDRIVE + "\Kix32.exe") |