org.semanticdesktop.aperture.util
Class RegistryReader
java.lang.Object
org.semanticdesktop.aperture.util.RegistryReader
public class RegistryReader
- extends Object
Hack to read windows registry values via command line reg query util.
At the moment it only supports reading the "my documents" folder,
and the other shell folders.
but looking at the code, you will be easily able to do more with it.
- Author:
- grimnes
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RegistryReader
public RegistryReader()
getCurrentUserPersonalFolderPath
public static String getCurrentUserPersonalFolderPath()
getCurrentUserAppDataFolderPath
public static String getCurrentUserAppDataFolderPath()
getCurrentUserLocalSettingsFolderPath
public static String getCurrentUserLocalSettingsFolderPath()
getCurrentUserLocalAppDataFolderPath
public static String getCurrentUserLocalAppDataFolderPath()
main
public static void main(String[] args)
Copyright © 2010 Aperture Development Team. All Rights Reserved.