PC SOFT

PROFESSIONAL NEWSGROUPS
WINDEVWEBDEV and WINDEV Mobile

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

Windev - fDriveInfo (Function) - Informações Disco

// Tamanho do Disco

_drive_tamanho is numeric = fDriveInfo("C:", fdTotalSpace)

// Espaco Livre do Disco

_drive_espaco_livre is numeric = fDriveInfo("C:", fdFreeSpace)