ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / WLanguage functions / Standard functions / External file functions
WINDEV
WindowsLinuxUniversal Windows 10 AppJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac CatalystUniversal Windows 10 App
Others
Stored procedures
Returns the list of disks installed on the computer.
Example
sListDisk is string
sListDisk = fListDisk() // Returns "C:" + CR + "D:" + CR + "I:"
ListAdd(COMBO_Disk, sListDisk)
Syntax
<Result> = fListDisk()
<Result>: Character string
List of disks installed on the computer in the following format:
<Name of drive 1> + CR + <Name of drive 2> + CR + ... + CR + <Name of drive N>
Remarks
To display the list of drives in a List Box or Combo Box control, use the following syntax:
ListAdd(<Name of List Box or Combo Box control>, <Result>)
Component: wd290std.dll
Minimum version required
  • Version 17
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 07/22/2022

Send a report | Local help