Skip to content

[#540] Replace static `/` FilePath delimiters with `</>`

Alyona Antonova requested to merge alyoanton9/#540-replace-delimiters into master

Problem: Windows use \ in its filepathes, so that \ from Unix-like OS doesn't fit.

Solution: Replace / with </> operator that build a FilePath according to OS.

Edited by Alyona Antonova

Merge request reports