{
final Path absolutePath = property.service( RelativePathService.class ).convertToAbsolute( relativePath );
if( absolutePath != null )
{
final File file = absolutePath.toFile();
if( file.exists() && file.isFile() )
{
final IWorkbenchWindow window = PlatformUI.getWorkbench().getActiveWorkbenchWindow();