| Linked Resources [message #524554] |
Thu, 01 April 2010 07:59 |
Eclipse User |
|
|
|
Hi,
I am creating link to the local directory for org.eclipse.core.resources.IProject using the following code:
IPath location = new Path(directory);
IFolder linkFolder = project.getFolder("newFolder");
IStatus linkstatus = workspace.validateLinkLocation(linkFolder,
location);
I am linking newFolder in the project to local directory(for example d:\sample). when i am seeing the project, the project navigator shows me link to newFolder. But in the directory structure of project path, i unable to see newFolder. Please suggest me how i can able to see the newFolder in the project path programatically.
waiting for reply,
Thanks and Regards,
Srinivas.
|
|
|
Powered by
FUDForum. Page generated in 0.29681 seconds