Returns the relative path from a directory to a file/directory.
static String relative(String path, {required String from}) { return p.relative(path, from: from); }