Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Eclipse Platform » add file to a project programmatically?
add file to a project programmatically? [message #332233] Mon, 13 October 2008 15:40 Go to next message
John Rodriguez is currently offline John RodriguezFriend
Messages: 8
Registered: July 2009
Junior Member
Is there a way to add a file to a project programmatically?
Re: add file to a project programmatically? [message #332240 is a reply to message #332233] Tue, 14 October 2008 09:22 Go to previous messageGo to next message
Prakash G.R. is currently offline Prakash G.R.Friend
Messages: 621
Registered: July 2009
Senior Member
IFile file = project.getFile(...);
file.create(...);

- Prakash
--

http://blog.eclipse-tips.com

"John Rodriguez" <johnrod@yahoo.com> wrote in message
news:8ef7bebd537080feac6fdf6527d8eae0$1@www.eclipse.org...
> Is there a way to add a file to a project programmatically?
>
Re: add file to a project programmatically? [message #332246 is a reply to message #332233] Tue, 14 October 2008 13:34 Go to previous message
Paul Webster is currently offline Paul WebsterFriend
Messages: 6859
Registered: July 2009
Location: Ottawa
Senior Member

John Rodriguez wrote:
> Is there a way to add a file to a project programmatically?
>

There's also a nice section on resources in the
http://wiki.eclipse.org/The_Official_Eclipse_FAQs

PW

--
Paul Webster
http://wiki.eclipse.org/Platform_Command_Framework
http://wiki.eclipse.org/Command_Core_Expressions
http://wiki.eclipse.org/Menu_Contributions
http://wiki.eclipse.org/Menus_Extension_Mapping
http://help.eclipse.org/ganymede/index.jsp?topic=/org.eclips e.platform.doc.isv/guide/workbench.htm


Previous Topic:Extending ResourceNavigator
Next Topic:Minimum/Maximum Width/Height for a View
Goto Forum:
  


Current Time: Wed Jul 17 17:17:54 GMT 2024

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

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

Back to the top