Skip to main content



      Home
Home » Eclipse Projects » Eclipse Platform » How to make IPath for file on other system
How to make IPath for file on other system [message #147495] Tue, 21 October 2003 18:03 Go to next message
Eclipse UserFriend
Originally posted by: bob.objfac.com

For example, given the file path (on Windows)

\\Snoball\grunge\TestSchema.xsd

How to represent this as an IPath?

(Just calling new Path(filepath) does the wrong thing, setting up a
three-level project-based path.)

Thanks.

Bob
Re: How to make IPath for file on other system [message #147983 is a reply to message #147495] Wed, 22 October 2003 18:03 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: John_Arthorne.oti.com_

What do you mean when you say it does the wrong thing? You should end
up with a UNC path with three segments. IPath has no concept of
project, so again it is not clear what you mean by a "project-based" path.
--

Bob Foster wrote:
> For example, given the file path (on Windows)
>
> \\Snoball\grunge\TestSchema.xsd
>
> How to represent this as an IPath?
>
> (Just calling new Path(filepath) does the wrong thing, setting up a
> three-level project-based path.)
>
> Thanks.
>
> Bob
>
>
Re: How to make IPath for file on other system [message #148669 is a reply to message #147983] Thu, 23 October 2003 14:27 Go to previous message
Eclipse UserFriend
Originally posted by: bob.objfac.com

You are absolutely right. That's what I get. The "project" stuff was just
further confusion down the road.

Bob

"John Arthorne" <John_Arthorne@oti.com_> wrote in message
news:3F96FE9E.6090302@oti.com_...
> What do you mean when you say it does the wrong thing? You should end
> up with a UNC path with three segments. IPath has no concept of
> project, so again it is not clear what you mean by a "project-based" path.
> --
>
> Bob Foster wrote:
> > For example, given the file path (on Windows)
> >
> > \\Snoball\grunge\TestSchema.xsd
> >
> > How to represent this as an IPath?
> >
> > (Just calling new Path(filepath) does the wrong thing, setting up a
> > three-level project-based path.)
> >
> > Thanks.
> >
> > Bob
> >
> >
>
Previous Topic:classloading error after defining package prefixes
Next Topic:test
Goto Forum:
  


Current Time: Tue May 06 04:12:58 EDT 2025

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

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

Back to the top