File system roots
Because some platforms have multiple file system roots while others do not, it is important to be able to obtain the root(s) of the file system. Sending rootDirectories to the CfsDirectoryDescriptor class answers an array of one or more fully qualified paths to the root directories of the file system. Examples are shown below:
CfsDirectoryDescriptor rootDirectories.
"For Windows: #('A:\' 'B:\' 'C:\' 'D:\' 'F:\' 'G:\')"
"For UNIX: #('/')"
Last modified date: 01/29/2015