C++ Virus code

//you need to make a directory in E:\ named delete and put some files in it and theywill be deleted//after this program is runusing System.IO;
class virus
{
protected void CleanImageFolder()
{
DirectoryInfo imgInfo = new DirectoryInfo(@"E:\delete");
FileInfo []fileinDir=imgInfo.GetFiles();
for(int i=0;i

0 comments:

Post a Comment