Programmer's Reference

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 OS/2: #('A:\' 'B:\' 'C:\' 'D:\' 'F:\' 'G:\')"
"For UNIX: #('/')"


[ Top of Page | Previous Page | Next Page | Table of Contents | Index ]