| Revision: | 596 |
| Committed: | Wed Jan 2 17:00:16 2013 UTC (12 years, 10 months ago) by alloc |
| Content type: | text/x-java |
| File size: | 382 byte(s) |
| Log Message: | AEI: OniSplit / globalization |
| # | Content |
|---|---|
| 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 | } |