relativePathFromDir function
Returns a relative path from a directoryPath for path
Implementation
String relativePathFromDir({ required String directoryPath, required String path}) => path.replaceAll(directoryPath, "");
Returns a relative path from a directoryPath for path
String relativePathFromDir({ required String directoryPath, required String path}) => path.replaceAll(directoryPath, "");