Hi all...
I hope you have good time ....
I have problem in the new program and I want to your help ..
I want to back up the database type from Access, but my problem I could not generate code to determine the path of the database, I noticed that the database path (C: \ Users \ george \ AppData \ Local \ Apps \ 2.0 \ Z1KL8MCD.3ET \ 62KCKET3.2TX )
But this path is changed when the program re-installation ( final folder change as it is known)
note, I use Windows 7 & Microsoft Visual Studio 2010 ...
note , I use this code >> but does not work >>>
Dim FileSystemObject = CreateObject("Scripting.FileSystemObject")
FileSystemObject.copyfile(app.path & "\HamakDatabase", TextBox1.Text)
Please I need code to specify the path to the database (Access), which you have linked to my program. ..
Thank you very much.....