Read the content of a file as String
Future<String> readAsString(String path) async => await readFileContentAsString(path.replaceSeparator());