GitHub - rolovargas/folder-size-cs: lists how much space is a folder consuming. written in c# (dot net core) · GitHub
Skip to content

Latest commit

 

History

7 Commits

Folders and files

Repository files navigation

Folder Size (C#)

Lists how much disk space is a folder consuming. Written in c# using .net.

Compilation

In order to compile the code you must type in the following command:

dotnet build .\FolderSize\

A folder named .vscode is included, so if using Visual Studio Code, you can just build directly from there.

In order to generate a .exe file you can run, then run the following command:

dotnet build -r win10-x64 .\FolderSize\

Usage

The easiest way to use is to go into the /bin/debug/ folder and locate the FolderSize.exe file. And then pass in the path as a parameter:

.\FolderSize.exe C:\rolodev\TRS\OPTRA\

About

lists how much space is a folder consuming. written in c# (dot net core)

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Used by

Contributors

Languages