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.
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.