Hallo.
How can I do to know if exists a file in OpenCMS 6.2.1?
I was using the followings lines with OpenCMS 5.0:
-----
try
{
cms.readFileHeader(filename);
existe_en_version = true;
}
catch (CmsException e)
{
existe_en_version = false;
}
-----
Can you help to me??