-3
Hello, using visual studio, I would like to pay the following folder : C: Users leoxs Appdata Local Fivem Fivem.app cache browser
Only this program will be used by other people, and they also need to delete this same folder, only that the "start" (C: Users leoxs) will be different, (Appdata Local Fivem Fivem.app cache browser) this destination is always fixed
How do I delete this folder?
What I tried and didn’t work out:
Private Sub Button2_Click_1(sender As Object, e As EventArgs) Handles Button2.Click
File.Delete("C:\Users\leoxs\AppData\Local\FiveM\FiveM.app\cache\browser")
End Sub