}
else
{
sOfficePath += fs + "bootstraprc";
}
IniFile aIniFile = new IniFile(sOfficePath);
if (aIniFile.is())
{
sBuildID = aIniFile.getValue("Bootstrap", "buildid");
}
else
{
GlobalLogWriter.get().println("Property Build, can't open file '" + sOfficePath + "', please check.");
}