Use slash as path separator
idle-code opened this issue · 2 comments
idle-code commented
Currently whole project uses dot '.' as path separator. Perhaps it would be easier for users (at least PC-based) to switch to UNIX slash instead.
In general separator should be configurable option.
idle-code commented
Mixed approach could be used where only action names use dot as a separator and slash is used elsewhere.
idle-code commented
Perhaps Path (from pathlib) could be used instead of NodePath.