Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-dev] Remote EFS designs

I believe you are dead on.

On Thu, May 28, 2009 at 1:42 PM, Doug Schaefer <cdtdoug@xxxxxxxxx> wrote:
Something I'm beginning to understand is that IPath is not intended for file system paths. While it may work in some cases, it is really meant for workspaces paths.

To represent file system paths, you should really be using java.io.File for local paths, or URIs more generally.

Doug.



Back to the top