Hi Uwe, could You share Diskinfo sources?
Reagards
FiveWin Version: FWHX 15.01
BCC 5.8.2
Hi Uwe, could You share Diskinfo sources?
Reagards

Hi uwe,
MsgInfo( "Resource path Needed",;
"System Message" )
MsgAlert( "Resources not Found, please verfiy" + CRLF + CRLF +;
"NOTE: THE TIME TO VERIFY IF THE NET RESOURCE IS AVAILABLE" + CRLF+
"DEPENDS ON OPERATING SYSTEM, THIS IS TRYING TO GET BY"+ CRLF+
"BY ALL MEANS", "System Message")
// Verify if net source is UNC type \SERVER\RESOURCE
If ::lResourceUNC // Add By Antonio Castro 26/03/08
::nDiskType := 8 // New added type not available on API
)
cDrive := cDrive + "\" // Finished on \ if resource is UNC \SERVER\RESOURCE\
// This is for API functions
::cDriveType := acDrive[ ::nDiskType ]
::cLabel := "Unavaiable"
::cFileSystem := "Unknown"
Hebert,
thank You very much,
Now I can carry on with my translations of the new DISKINFO.
best regards
Uwe ![]()
Uwe, don't bother, I just found testdski.prg on fwh\samples