Beispiel #1
0
 /**
  * Returns the full program data path if the getFullPath parameter is set to true.
  */
 public string GetProgramDataPath(bool getFullPath)
 {
     return((getFullPath ? FilesHandler.GetProgramDataPath() + "\\" : "") + this.programDataPath);
 }