Whether absPath exists and is a directory.
absPath
@override Future<bool> isDirectory(String absPath) async => Directory(absPath).existsSync();