source:
AE/installer2/src/net/oni2/aeinstaller/backend/StuffToRefactorLater.java@
599
Last change on this file since 599 was 596, checked in by , 12 years ago | |
---|---|
File size: 382 bytes |
Rev | Line | |
---|---|---|
[591] | 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() { | |
[596] | 10 | return Paths.getVanillaGDF().exists() && Paths.getVanillaGDF().isDirectory(); |
[591] | 11 | } |
12 | } |
Note:
See TracBrowser
for help on using the repository browser.