4D v13.4VOLUME LIST |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
4D v13.4
VOLUME LIST
|
VOLUME LIST ( volumes ) | ||||||||
Parameter | Type | Description | ||||||
volumes | String array |
![]() |
Names of the volumes currently mounted | |||||
The VOLUME LIST command populates the Text or String array volumes with the names of the volumes currently defined (Windows) or mounted (Macintosh) on your machine.
Using a scrollable area named asVolumes you want to display the list of the volumes defined or mounted on your machine, you write:
Case of
:(Form event=On Load)
ARRAY STRING(31;asVolumes;0)
VOLUME LIST(asVolumes)
` ...
End case
Product: 4D
Theme: System Documents
Number:
471
Created: 4D v6
DOCUMENT LIST
FOLDER LIST
VOLUME ATTRIBUTES
Volume***