Skip to content

Console application for reimplementing the "tree" command, from the command-line in Windows, with some extra features.

License

Notifications You must be signed in to change notification settings

ilijamitev/TheTreeCommand

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TheTreeCommand

Console application for reimplementing the "tree" command from the command-line in Windows.

When started, will output the files and folders within a certain folder. The folders are colored blue, while the files red.

The application should take up to two command line parameters

  • if the application is started with no parameters, then it will work in the current folder, and it will output the result to the console.
  • if the application is started with a single parameter, then it will treat that parameter as a folder name, and list all the files and folders within it.
  • if the application is started with two parameters, then it will treat the first parameter as a folder name, and list all the files and folders within it. The second parameter should be the full name of a file where the output will be stored.
  • To use the console application you first need to specify the RootDirectory in the TreeService.cs file (12th line)

About

Console application for reimplementing the "tree" command, from the command-line in Windows, with some extra features.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages