|
|
|
|
fListDisk (Function) In french: fListeDisque Returns the list of disks installed on the computer.
sListDisk is string sListDisk = fListDisk() // Returns "C:" + CR + "D:" + CR + "I:" ListAdd(COMBO_Disk, sListDisk)
Syntax <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>)
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|