View Single Post
  #1 (permalink)  
Old 07-05-2009, 11:13 AM
dimmu dimmu is offline
VB.NET Forum Newbie
.NET Framework: .NET 3.0 (VS 2005/2008)
 
Join Date: May 2009
Age: 24
Posts: 9
Reputation: 0
dimmu is on a distinguished programming path ahead
Default accessing to a folder

hello everyone,
i have a question (stupid one -_-')
how to access to a folder created inside the project from the code.
i want, once the program installd in the machine it access to that folder and then access to the files which i want.
i tried this :
My.Application.Info.DirectoryPath() & "\Docs\a.doc
it works well in the developpment phase, but once the application is installed, it doesn't work.
it seems that the directoryPath change after installing the program.
help please !!

thank you in advance.
Reply With Quote