AYUDA EN LÍNEA
 WINDEVWEBDEV Y WINDEV MOBILE

Ayuda / WLanguage / Funciones WLanguage / Funciones estándar / Funciones de archivos externos
  • Finding out whether the card drive is ready
fDriveReady (Example)
Finding out whether the card drive is ready
The following code is used to find out whether the card drive (G) is ready to create a new directory with fMakeDir.
// -- Click code on BTN_CreateDirectory
// Declare the variable
ResDriveReady is boolean
ResDriveReady = fDriveReady("G")
// The drive is ready?
IF ResDriveReady = True THEN
// The drive is ready
fMakeDir("D:\" + Directory)
END
Versión mínima requerida
  • Versión 9
Esta página también está disponible para…
Comentarios
Haga clic en [Agregar] para publicar un comentario

Última modificación: 22/08/2022

Señalar un error o enviar una sugerencia | Ayuda local