Searched refs:toUnixString (Results 1 – 2 of 2) sorted by relevance
27 val cssPath = basePath.resolve(css).toUnixString() in appendHeader()
61 fun File.toUnixString() = toString().replace(File.separatorChar, '/') method