PC SOFT

GRUPOS DE DISCUSSÃO PROFISSIONAL
WINDEVWEBDEV e WINDEV Mobile

Inicio → WINDEV 25 → Windev - fDriveInfo (Function) - Informações Disco
Windev - fDriveInfo (Function) - Informações Disco
Iniciado por amarildo, mar., 09 2015 11:08 AM - Sem resposta
Membro registado
535 mensagems
Popularité : +14 (14 votes)
Publicado em março, 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)