source:
AE/installer2/src/net/oni2/aeinstaller/backend/StuffToRefactorLater.java@
597
| Last change on this file since 597 was 596, checked in by , 13 years ago | |
|---|---|
| File size: 382 bytes | |
| Line | |
|---|---|
| 1 | package net.oni2.aeinstaller.backend; |
| 2 | |
| 3 | |
| 4 | public class StuffToRefactorLater { |
| 5 | /** |
| 6 | * Verify that the Edition is within a subfolder to vanilla Oni (..../Oni/Edition/AEInstaller) |
| 7 | * @return true if GDF can be found in the parent's parent-path |
| 8 | */ |
| 9 | public static boolean verifyRunningDirectory() { |
| 10 | return Paths.getVanillaGDF().exists() && Paths.getVanillaGDF().isDirectory(); |
| 11 | } |
| 12 | } |
Note:
See TracBrowser
for help on using the repository browser.
