Returns the relative path of this file from the given basePath.
basePath
String getRelativePath(String basePath) { return p.relative(file.path, from: basePath); }