![]() |
|
#7
|
|||
|
|||
|
Bonjour Fredrich,
For info (I know .... <g>) vuFileTools has such a function Markus could call from a clarion dll __________________________________________________ _____ vuDiskSpace(Drive) This function will return the actual size of a disk, in bytes. Any size disk can be measured with no ‘2 Gigabyte limit’ that was imposed on older systems. Calling Parameters Drive Cstring(2) Calling Parameters Values Drive = ‘C’ Returns A null terminated string containing the size of the drive (does not have a 2G limit) Example LOC:Size Real LOC rive = ‘C’LOC:Size = vuDiskSpace(LOC rive)(My C Drive returned 80,023,715,840) Message(‘C Drive is ‘ & vuDiskSpace(LOC isk) & ‘ bytes’)NOTE: This function requires Windows 98 or higher -- JP __________________________________________________ _____ For those who do not understand ... : "Qui bene amat bene castigat." __________________________________________________ _____ DMC - Data Management Center : a tool to let you Migrate Import Export Transfer your Data www.dmc-fr.com |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|