Posts by Layan • 16 points
1 post
-
-1
votes1
answer32
viewsA: I’m trying to move files zeroed (no content 0kb), I need help!
You will use: using System.IO; using System.Linq; using System.Collections.Generic; First you need to check the existing files in the folder, something like var arquivos =…