Skip to main content



      Home
Home » Newcomers » Newcomers » Linked Resources(Unable to get Linked folder)
Linked Resources [message #524554] Thu, 01 April 2010 07:59
Eclipse UserFriend
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.
Previous Topic:How to apply these two agruement in eclipse?
Next Topic:Need HELP w/ Assignment..
Goto Forum:
  


Current Time: Fri Nov 07 01:36:28 EST 2025

Powered by FUDForum. Page generated in 0.07575 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top