Dharmesh
New member
- Joined
- Aug 23, 2021
- Messages
- 1
- Programming Experience
- 10+
I run .net c# exe from access add-ins and passing filepath too. I am passing "p:\abc.mdb". When in the c# exe. I use one function File.GetLastWriteLine it show error because it make path to "c:\ p:\abc.mdb". I try to replace c:\ and try to get directorypath, filepath. But c:\ is not replaced. Why it happen. Kindly reply