equal
deleted
inserted
replaced
122 * @param lKey native handle to open key returned by openRegistryKey |
122 * @param lKey native handle to open key returned by openRegistryKey |
123 */ |
123 */ |
124 private static native void closeRegistryKey(long lKey); |
124 private static native void closeRegistryKey(long lKey); |
125 |
125 |
126 /** |
126 /** |
127 * Compares two Windows paths regardless case and if paths are short or long. |
127 * Compares two Windows paths regardless case and if paths |
|
128 * are short or long. |
128 * |
129 * |
129 * @param path1 path to compare |
130 * @param path1 path to compare |
130 * @param path2 path to compare |
131 * @param path2 path to compare |
131 * @return true if paths point to same location |
132 * @return true if paths point to same location |
132 */ |
133 */ |