Declare Function DiskBytesTotal Lib "DRVUTILS.DLL" (ByVal Drv As String) As Long
Declare Function DiskBytesUsed Lib "DRVUTILS.DLL" (ByVal Drv As String) As Long
Declare Function DiskBytesFree Lib "DRVUTILS.DLL" (ByVal Drv As String) As Long
Declare Function DiskBytesSector Lib "DRVUTILS.DLL" (ByVal Drv As String) As Long
Declare Function DiskBytesCluster Lib "DRVUTILS.DLL" (ByVal Drv As String) As Long
Declare Function FileGetBytes Lib "DRVUTILS.DLL" (ByVal Fil As String) As Long
Declare Function FileGetAttributes Lib "DRVUTILS.DLL" (ByVal Fil As String) As Integer
Declare Function FileSetAttributes Lib "DRVUTILS.DLL" (ByVal Fil As String, ByVal Attr As Integer) As Integer
Declare Function FileGetDateTime Lib "DRVUTILS.DLL" (ByVal Fil As String, Ayear As Integer, Amonth As Integer, Aday As Integer, Ahour As Integer, Aminute As Integer, Asecond As Integer) As Integer
Declare Function FileSetDateTime Lib "DRVUTILS.DLL" (ByVal Fil As String, Ayear As Integer, Amonth As Integer, Aday As Integer, Ahour As Integer, Aminute As Integer, Asecond As Integer) As Integer
Declare Function FileZAPP Lib "DRVUTILS.DLL" (ByVal Fil As String, ByVal Pattern As Integer) As Integer