Esempio n. 1
0
 .Select(filePath => (GetRelativePath(directoryPath, filePath), (IImmutableList <byte>)File.ReadAllBytes(filePath).ToImmutableList()))
Esempio n. 2
0
 .Select(filePath => (absolutePath: filePath, relativePath: GetRelativePath(directoryPath, filePath)))
 .Where(filePath => filterByRelativeName(filePath.relativePath))
Esempio n. 3
0
 /// <inheritdoc />
 public override void TrackDirectory(string directoryPath, IReadOnlyList <(string, FileAttributes)> members) => TrackDirectoryInternal(directoryPath, members);
Esempio n. 4
0
 GetFilesFromDirectory(
     directoryPath: directoryPath,
     filterByRelativeName: _ => true);