Exemplo FDriveReady
s_drive is string="" Input("Digite Drive:",s_drive) b_unidade_pronta is boolean=fDriveReady(s_drive) IF b_unidade_pronta=True THEN Info("Ok Drive ") ELSE Info("Error Drive") END
//Blog com video e exemplo http://windevdesenvolvimento.blogspot.com.br/2016/09/curso-windev-arquivos-013-arquivos.html https://www.youtube.com/watch?v=JNpIA2Yjl5k
|