listRoots

Synopsis

@ listRoots()

Lists all of the root directories.

Returns

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 /

Examples

println("Roots are: " . listRoots());

Roots are: @('/')

See Also