Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cdt-dev] IResource from include path

Is there a way to get an IResource from the include path of an
ICProject?

>From ICProject.getIncludeReferences() I can get an IIncludeReference.
I see that IIncludeReference implements ICElement which provides
getResource().  Unfortunately, it always returns null.

Thanks
Nick


-- 
Nick Allen <nwa@xxxxxxxxxxxxxxxx>



Back to the top