Re: getting to ProjectMember from SourceElement

Peter Wisnovsky <[email protected]> Thu, 31 Jul 2003 09:47:18 -0700
Newsgroups gmane.comp.java.netbeans.modules.projects.devel
Message-ID <[email protected]>
 > There is a big difference among files which are on the ProjectFileSystem
 > (the FS which contains the project definition, the project file system
 > always implies a single Project) and file object which are belonging to
 > the project(s) but are on the other filesystems (local, ftp,...).

Ah, this was my confusion. I supposed that the "project file system"
in the docs was the directory on disk that held the files of the
project. Would I be correct in supposing this the project equivelent
of the XML system filesystem of old?

Peter