DarkBunniee / DocFin

the file finder repo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DocFin

Ever wondered if it's possible to find all C# / .NET assemblies / files / DLLs in a directory? The answer is yes. Some time ago, I needed a tool like this for private usage and thought: others might need it too.

This repository provides a tool to find C# .NET assemblies in a directory. It's a console application where you can input the path where your files are stored. This path will be searched.

Usage

This is how you can use the program:

  1. Start the executable file.
  2. Copy and paste the path where your C# assemblies / files are stored.
  3. Press Enter.

The program will search for all files in the given directory and check if they are C# / .NET files. All found C# / .NET files will be printed in the console, for example:

About

the file finder repo

License:MIT License


Languages

Language:C# 100.0%