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