simhau Joined: 02/06/07 Posts: 38 Posted: 08/29/08 10:56:15 I'm on Windows, and now FilePath? throws an error when finding \ in a path... Shouldn't FilePath? on windows understand this?
I'm on Windows, and now FilePath? throws an error when finding \ in a path... Shouldn't FilePath? on windows understand this?
Author Message simhau Joined: 02/06/07 Posts: 38 Posted: 08/29/08 11:03:13 Btw, as a workaround I did a small change in tango.io.Path, adding '\\' to the PathSep? case and removing the exception. larsivi Joined: 03/27/04 Posts: 614 Posted: 08/29/08 12:27:07 Don't expect Path to change on this, but FilePath will in some fashion.
Btw, as a workaround I did a small change in tango.io.Path, adding '\\' to the PathSep? case and removing the exception.
Don't expect Path to change on this, but FilePath will in some fashion.