❔ How to Create a C# Code Base for a PC Cleaner
Does anyone know of C# to make a base code that for now just clean the %temp% folder just for me to start I don't understand anything about C# just HTML and a little python remembering it will be via windowsforms
16 Replies
PC cleaner?
What's that?
Well before trying to write a program id try and understand the language first.
May not be the best but when i started out i found the course on W3 Schools pretty useful to learn the basics.
just clean the %temp% folderSo... deleting all files in %temp%... Do any fundamental C# tutorial and youre learning how to do that
$helloworld
Written interactive course https://learn.microsoft.com/en-us/users/dotnet/collections/yz26f8y64n7k07
Videos https://dotnet.microsoft.com/learn/videos
this will get you started with C#
use the microsoft documentation and google and you will be able to figure it out
the System.IO namespace should have the functions your looking for
If I manage to learn or not, I'll let you know here, it seems difficult ;-;
File.Delete(String) Método (System.IO)
Exclui o arquivo especificado.
?
Yes 😅
GUYS
i have my first code
Console.WriteLine("Hello World!");
it would be easy if I understood you because I'm Brazilian and I know the basics of English I use the translator
now I went to understand what is System.IO
System.IO is just a namespace
yes
I'll study more about C# when I'm home
Was this issue resolved? If so, run
/close
- otherwise I will mark this as stale and this post will be archived until there is new activity.