harfang3d/doc/doc/CleanPath.md

5 lines
268 B
Markdown
Raw Normal View History

2021-10-13 12:40:31 +00:00
Cleanup a local filesystem path according to the host platform conventions.
- Remove redundant folder separators.
- Remove redundant `.` and `..` folder entries.
- Ensure forward slash (`/`) folder separators on Unix and back slash (`\`) folder separators on Windows.