Thomas Haas wrote:
> Stefan Bodewig wrote: > > > TH> Simplyfied translatePath method. DOS path detection changes: > > TH> detection is only done, when PathSeparator is ";". It only checks > > TH> for the second character being ":". > > > > I'm not sure this is a good thing. First you'd better check for > > PathSeparator being not ':' instead of equals ';'. > > Done. Hmm, no. Absolut DOS file names should only be considered, if running under DOS/Windows. DOS/Windows detection is reduced to path seperator being ';'. Which should be sufficent. Support for other platforms should be added as soon as someone needs it and really knows, what should be done. - tom
