B4J Question Roots ?

derez

Expert
Licensed User
Longtime User
I want to list all the available drive letters of my pc.
There are java method :
java.io.File.listRoots() , and
getRootDirectories()
but how to I put it to b4j code ?
 
Top