String absPathName = ((Arguments)Compile.compiler.arguments).targetDir + name;
if (Compile.compiler.arguments.keepOldFiles && new File (absPathName).exists ())
return null;
else
// Write the data to the file stream
return new GenFileStream (absPathName);
} // getStream