Membuat Program Backup Database
Membuat Program Backup Database
com,
www.pemrogramanvb.com, www.tugasakhirvb.com
Listing Program
Dim x As shfileopstruct
With x
.hwnd = 0
.wfunc = FO_copy
.pfrom = asal & vbNullChar & vbNullChar
.pto = tujuan & vbNullChar & vbNullChar
.Fflags = fof_allowundo
End With
SHFileOperation x
End Sub
End Sub