Lists all of the root directories.
An array of strings with the full paths of all of the root directories in the file system. On Windows this will be c:\, d:\, etc. and on UNIX this will be /
println("Roots are: " . listRoots());
Roots are: @('/')