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
Eclipse UserFriend
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
Eclipse UserFriend
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
Eclipse UserFriend
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: Sun Feb 09 07:12:04 GMT 2025

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

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

Back to the top