Create an application
First find a compiler (translator: "csc.exe") to run windowsforms.
- start command prompt (cmd)
- where /r c:\ csc.exe

" where /r c:\ csc.exe" where command to find csc.exe from the c\ drive
*Find the machine language translator with this command. csc.exe is present by default without downloading
3 Compile when you find it
3.1 Move cmd to the program location

// In this case, create a test folder in C:\ and put the cs. file there.
Translate without console output with "path found with where command" and "/t:winexe(/target:winexe) command
- function
Enter a folder path and click the Click me button to display the folders within the path.
Click sort me button to sort the folders in order of file size.



Click to open

