my application backup is not able to locate the database file when I instal the application setup
it only works when I debug it.
this is my code:
dim path as string = application .StartupPath & "\POPdatabase.mdb"
dim backup as new folderBrowserDialog
if folder.showdialog()=windows .forms.dialogResult.OK Then
backuptextbox.text =folder.selectedPath
End if
copyfile(path,ackuptextbox.text "/POP.mdb")