Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [ptp-dev] IRemoteFileProxy and IPath

In general this is ok. Since windows is not supported as a target system, and as long as you stick to toString() or toPortableString() on the client, there shouldn't be any path issues. 

Greg

On Oct 24, 2011, at 7:50 PM, Jeff Johnston wrote:

> Can the output of IRemoteFileManager.toPath() be sent to a Path() constructor on the host and later restored using toString() or toPortableString() such that the same string could be fed back to IRemoteFileManager.getResource() or IRemoteFileManager.toURI()?
> 
> I realize that should work for compatible or equivalent host/target systems, but I am wondering  whether IPath can be used in such a way for RDT projects.
> 
> -- Jeff J.
> 
> _______________________________________________
> ptp-dev mailing list
> ptp-dev@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/ptp-dev



Back to the top