import { relative } from "https://deno.land/std@0.138.0/node/path/win32.ts";
It will solve the relative path from from
to to
, for instance:
from = 'C:\orandea\test\aaa'
to = 'C:\orandea\impl\bbb'
The output of the function should be: '..\..\impl\bbb'