source: AE/installer2/src/net/oni2/aeinstaller/backend/StuffToRefactorLater.java@ 597

Last change on this file since 597 was 596, checked in by alloc, 12 years ago

AEI: OniSplit / globalization

File size: 382 bytes
Line 
1package net.oni2.aeinstaller.backend;
2
3
4public 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.