bw.newLine();
} else
{
// application executables
bw.write("Type=Application");
bw.newLine();
// specify working directory if shortcut to application
bw.write("Path=" + applicationWorkingDirectory);
bw.newLine();
// executable and arguments
bw.write("Exec=" + linkedResourceAbsPath);