FileSystem.roots

List the set of root devices (C:, D: etc)

  1. char[][] roots [@property getter]
    struct FileSystem
    version(Windows)
    @property static
    char[][]
    roots
    ()
  2. char[][] roots [@property getter]

Meta