Esempio n. 1
0
 public static string getName()
 {
     return(NKE_AppDirectory.getName());
 }
Esempio n. 2
0
 public static string getPath(string name)
 {
     return(NKE_AppDirectory.getPath(name));
 }
Esempio n. 3
0
 public static string getVersion()
 {
     return(NKE_AppDirectory.getVersion());
 }
Esempio n. 4
0
 public static string getAppPath()
 {
     return(NKE_AppDirectory.getPath("exe"));
 }