Change the current working directory to a new path.
Future<void> change(String newPath) async => await changeWorkingDirectory(newPath.replaceSeparator());