ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

This content has been translated automatically.  Click here  to view the French version.
Help / WLanguage / WLanguage functions / Standard functions / External file functions
WINDEV
WindowsLinuxJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac Catalyst
Others
Stored procedures
Returns the list of disks installed on the computer.
Example
sListeDisque is string 
sListeDisque = fListDisk() // Renvoie "C:" + RC + "D:" + RC + "I:"
ListAdd(COMBO_Disque, sListeDisque)
Syntax
<Result> = fListDisk()
<Result>: Character string
List of disks installed on the computer in the following format:
<Player Name 1> + CR + <Player Name 2> + CR + ... + CR + <Player Name 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: wd300std.dll
Minimum version required
  • Version 17
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 03/27/2025

Send a report | Local help