-1
Delete files inside folder
Well I was creating a software where it erases the files from the example folder
I created a folder Hi ai when opening another software it keeps sending logs to this folder
So I wanted to create an application where it erases the files inside that folder minus the folder
Thank you worked out here
– PcakBadoor
Mano I am with a doubt put the folder where it deletes only that varies between users so my user and Administrator more on my friend’s computer his user and Zeus as I do to put so that on any pc run and delete the files ?
– PcakBadoor
You can use a standard Windows folder like %appdata%: Dim appData As String = Getfolderpath(Specialfolder.Applicationdata)
– Lucas Pedro