relativeTo method
Returns a path relative to the given other.
Implementation
String relativeTo(FileSystemEntity other) {
return normalize(relative(path, from: other.path));
}
Returns a path relative to the given other.
String relativeTo(FileSystemEntity other) {
return normalize(relative(path, from: other.path));
}