Skip to content

Replace url().path() with url().toLocalFile()

Hannah von Reth requested to merge work/windows into master

This fixes support for no unix platforms. toLocalFile() results in C:/foo instead of /C:/foo

Are there any cases where we indeed need a remote url?

Edited by Hannah von Reth

Merge request reports