

FSIZE() - Get file size
| Type
| Field
| Description
|
| string
| dString
| File name
|
PowerBuilder Function declaration
function long FSIZE(string dString) library "IFL16.DLL"
Visual Basic Function declaration
Declare Function FSIZE lib "IFL16" (ByVal dString As String) As Long
32 bit DLL declarations
PowerBuilder Function declaration
function long FSIZE(string dString) library "IFL32.DLL"
Visual Basic Function declaration
Declare Function FSIZE lib "IFL32" (ByVal dString As String) As Long
Example:
| dString
| =
| C:\WINDOWS\WIN.INI
|
|