net.sf.ovanttasks.ovnative.win32
Class Win32
java.lang.Object
net.sf.ovanttasks.ovnative.win32.Win32
public class Win32
- extends Object
Win32 contains common used static methods to retrieve windows specific
directories like desktop, start menu, sent to menu etc.
Most directories can be queried for the current user or all users.
- Author:
- lars.gersmann@roxes.com, arnep@users.sf.net
Constructor Summary |
Win32()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Win32
public Win32()
expandEnvironmentStrings
public static String expandEnvironmentStrings(String value)
throws Win32Exception
- Expands a value %VALUE%
- Parameters:
value
-
- Returns:
-
- Throws:
Win32Exception
getWindowsDirectory
public static String getWindowsDirectory()
throws Win32Exception
- Throws:
Win32Exception
getWindowsSystemDirectory
public static String getWindowsSystemDirectory()
throws Win32Exception
- Throws:
Win32Exception
getSpecialDirectory
@Deprecated
public static File getSpecialDirectory(Win32.SpecialDirectory folder)
- Deprecated.
Copyright © 2008 Orangevolt. All Rights Reserved.