Posts by Thiago • 15 points
2 posts
-
-4
votes1
answer32
viewsQ: I’m trying to move files zeroed (no content 0kb), I need help!
By pressing the button I need to move all zeroed files from one directory to another. My code. private void button1_Click(object sender, EventArgs e) { var pasta = (@"C:\Users\Desktop\Nova pasta\");…
-
-1
votes1
answer56
viewsQ: Search a word or number inside the Archive
I’m trying to make a system that searches inside the files txt of a folder through the name entered in texbox, and after locating files containing the information the system should move all to…