C# - How to recursively search folders, files and file contents (using WPF and MVVM)

Описание к видео C# - How to recursively search folders, files and file contents (using WPF and MVVM)

C# - How to recursively search folders, files and file contents (using WPF and MVVM)
This program can simply search recursively (search through subdirectores, the subdirectories in that folder, etc, until there's no more folders left to search).
It can search the folder names, file names and file contents. It searches file contents using a file stream by reading 1024 byte chunks of the file because it's better and (i think) faster than loading the entire file into memory.

Github: https://github.com/AngryCarrot789/Fol...

Комментарии

Информация по комментариям в разработке