KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > wsh > SpecialFolderConst


1 // GENERATED. DO NOT MODIFY
2
package wsh;
3
4 import com4j.*;
5
6 public enum SpecialFolderConst {
7     WindowsFolder, // 0
8
SystemFolder, // 1
9
TemporaryFolder, // 2
10
}
11
Popular Tags