pFile = fopen („C:\ \ myfile.txt“, „r“);
fgets (ENV, pFile 100,);
fclose (pFile);
// haal
const klusje * lastSlash = strrchr (ENV, „/“);
als (lastSlash! = VERKLAAR) nietig
{
const char* lastPeriod = strchr (lastSlash, „. “);
als (lastPeriod! = VERKLAAR) nietig
{
// beter aan exemplaar aan één of andere andere var, voor ex. het beschrijven ENV
strncpy (ENV, lastSlash + 1, lastPeriod - lastSlash - 1);
}
}
|