Skip to content

EliAaron/FileAndFolderSearch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

File and Folder Search

A Windows app that searches for files and folders.

The search is done on folders and subfolders without recursion, instead I use an iterative approach and a stack to handle the subfolders in each folder. I worte this as a self exercise after arguing with a fellow student how insisted the only way to search a file system is with recursion. Along the years I added features an improvements.

The app is a WinForms application written in C# .NET.

App Screenshot

About

Search for files and folders

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages