Page MenuHomePhabricator

NavigationToolWriter/Reader works only with windows pathnames
Closed, ResolvedPublic

Description

NavigationToolWriter/Reader works only with windows pathnames (backslash as seperator), implement linux pathnames.

Event Timeline

use Poco::Path::separator() to get the system separator character. See SceneSerialization for examples.

[SVN revision 20980]
FIX (#3211): linux and windows path seperators should work now