Skip to content

gkhachatryan/SmartDirectoryScanner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

Smart Directory Scanner

This class library allows to get any folders structure on your computer.

How to use

For using add reference on your application like this:

using System.IO;
using SmartDirectoryScanner;
 
class Program
{
  static void Main(string[] args)
   {
     string directoryToScan = Console.ReadLine();
     string scanned = SmartScan.ScanDirectory(directoryToScan);
     Console.WriteLine(scanned);  
   }
}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages