Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Plugin Development Environment (PDE) » Insert folder
Insert folder [message #669473] Tue, 10 May 2011 13:17 Go to next message
George  is currently offline George Friend
Messages: 34
Registered: March 2011
Member
Hello,

i am developping plug-in in eclipse that insert a folder located in c: to the spécifique project in project.
how to do that?

[Updated on: Tue, 10 May 2011 13:18]

Report message to a moderator

Re: Insert folder [message #671879 is a reply to message #669473] Thu, 19 May 2011 08:56 Go to previous message
Artur Kronenberg is currently offline Artur KronenbergFriend
Messages: 159
Registered: August 2009
Senior Member
You can get the IProject in your workspace and create a new Folder there.

Take a look at the IFolder api.

http://help.eclipse.org/helios/index.jsp?topic=/org.eclipse.platform.doc.isv/reference/api/org/eclipse/core/resources/IFolder.html

regards,
-artur
Previous Topic:JavaEditor with custom features
Next Topic:Plugin works on Eclipse instance but it doesn't on normal Eclipse
Goto Forum:
  


Current Time: Thu Apr 18 08:10:49 GMT 2024

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

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

Back to the top