Beispiel #1
0
 public static string ReadAllText(
     this IDirectoryAccessor directoryAccessor,
     string relativePath) =>
 directoryAccessor.ReadAllText(new RelativeFilePath(relativePath));