Re: OpenVMS changes (was Re: FileUtils#normalize(File))

2003-08-01 Thread Stefan Bodewig
On Thu, 31 Jul 2003, Knut Wannheden [EMAIL PROTECTED] wrote: I was thinking about the FileUtils#getSetLastModified(), which using reflection returns the File#setLastModified(long) method. Alas, I found that exactly this method doesn't have any effect on OpenVMS Well at least it won't

RE: OpenVMS changes (was Re: FileUtils#normalize(File))

2003-07-31 Thread Wannheden, Knut
Stefan, On the downside a FileUtils#toVMSPath(File) would push the OS awareness responsibility up a level, in which case Commandline.Argument.setFile(File) would have to check for OpenVMS and call this method. I agree, Commandline.Argument shouldn't need to be aware of this. Maybe the