ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / WLanguage functions / Standard functions / External file functions
  • 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
Minimum version required
  • Version 9
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 08/22/2022

Send a report | Local help