Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Eclipse Platform » How to Import a parent folder and its contents into a Project, not just the contents?
How to Import a parent folder and its contents into a Project, not just the contents? [message #1697001] Sat, 30 May 2015 16:51
Bob Devanna is currently offline Bob DevannaFriend
Messages: 5
Registered: May 2015
Junior Member
In Eclipse's ProjectExplorer window, I create a new generic Project == "SAMPLES".

I want to import several folders from several sources/locations into the Project.

As a first example, in the "SAMPLES" project, I click "Import ...", and navigate to a Local folder "/usr/local/SAMPLE1". This folder contains

	/usr/local/SAMPLE1
		ITEM1-1
		ITEM1-2

If I select that folder, only its CONTENTS are imported. I.e., I end up with

	ProjectExplorer
		SAMPLES
			ITEM1-1
			ITEM1-2

I want to get the parent folder into the project, NOT just its contents. I.e., I want to end up with

	ProjectExplorer
		SAMPLES
			/usr/local/SAMPLE1
				ITEM1-1
				ITEM1-2

How do I get that partent folder into the project, instead of just its contents?

Bob
Previous Topic:Alternative to Ctrl-M "maximize editor pane" that maximizes a single editor TAB?
Next Topic:Trigger event once editor is opened
Goto Forum:
  


Current Time: Wed Apr 24 16:29:52 GMT 2024

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

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

Back to the top