RE: Generation of paths

2001-05-30 Thread Shaikh, Mehmood
You might look into modifying source for Path.java where all of the business of path formatting resides. Besides, whether / is used as separator or \ is used, is decided by java itself, using File.separatorChar attribute. -Original Message- From: Larry V. Streepy, Jr. [mailto:[EMAIL

Re: Generation of paths

2001-05-30 Thread Larry V. Streepy, Jr.
I have looked there and that is the root of the issue. It is doing the right thing for the current platform. I need to specifically force it to pretend to be on another platform, which you can't really do with the JVM. So, I'll need specific code to convert from one path structure to another.