| 4D v20.1VOLUME LIST | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| 
 | 
    4D v20.1
 VOLUME LIST 
         | |||||||||||||||||||||||||||||||||||||||||||||||||||||||
| VOLUME LIST ( volumes ) | ||||||||
| Parameter | Type | Description | ||||||
| volumes | String array |   | Names of the volumes currently mounted | |||||
The VOLUME LIST command populates the text array volumes with the names of the volumes currently defined (Windows) or mounted (Macintosh) on your machine.
Using a scrollable area named atVolumes you want to display the list of the volumes defined or mounted on your machine, you write:
 Case of
    :(Form event code=On Load)
       ARRAY TEXT(atVolumes;0)
       VOLUME LIST(atVolumes)
 
  //...
 End case
	Product:  4D
	Theme:  System Documents
	Number:  
        471
        
        
        
	
	Created:  4D v6
Volume
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	4D Language Reference ( 4D v20)
	
	
	4D Language Reference ( 4D v20.1)
	
	
	
 Add a comment
Add a comment