Cannot Seem to Change Disks Without Link or Junction

Issue #205 resolved
Calem Bendell created an issue

I cannot seem to change disks without a link or a junction file on the current disk directing to the second disk.

Can this be done in some other way?

Comments (6)

  1. Matthias Schoettle

    I think for Windows we need to support to display all existing drives, especially if a user uses an external drive for models.

  2. Matthias Schoettle

    We should use File.listRoots() to populate the selector for that instead of hardcoding "/".

  3. Matthias Schoettle

    Resolved issue #205: The existing enum contains everything except the root, because it is OS-specific. The selector is populated using the enum literals plus all roots obtained from the file system.

    → <<cset 47363fddbd31>>

  4. Log in to comment