Advertisement
ferdhika31

Hapus File/Gambar

May 8th, 2014
195
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
VB.NET 0.18 KB | None | 0 0
  1. Sub hapusgambar()
  2.         Try
  3.             My.Computer.FileSystem.DeleteFile(Application.StartupPath & "/folder/gambar.jpg")
  4.         Catch ex As Exception
  5.  
  6.         End Try
  7.     End Sub
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement