harfang3d/doc/doc/CleanPath.md
2021-10-13 14:40:31 +02:00

5 lines
268 B
Markdown

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.