We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
$endPath = 'C:\web\js\app.js'; $startPath = 'C:\web\css\..\\'; $filesystem->makePathRelative($endPath, $startPath);
Expected output is js\app.js but this snippet outputs ../../js/app.js/.
js\app.js
../../js/app.js/