PC SOFT

PROFESSIONAL NEWSGROUPS
WINDEVWEBDEV and WINDEV Mobile

Home → WINDEV 25 → WD - fDriveInfo (Function) - Informações Disco
WD - fDriveInfo (Function) - Informações Disco
Started by amarildo, Mar., 13 2015 11:15 AM - No answer
Registered member
535 messages
Posted on March, 13 2015 - 11:15 AM
http://windevdesenvolvimento.blogspot.com.br/2015/03/fdriveinfo-function-informacoes-disco.html

// fDriveInfo (Function)
// http://doc.windev.com/en-US/?3036024&name=fdriveinfo_function

// Tamanho do Disco
x_drive_tamanho is numeric = fDriveInfo("C:", fdTotalSpace)

// Espaco Livre do Disco
x_drive_espaco_livre is numeric = fDriveInfo("C:", fdFreeSpace)