hi
I want to soft code a file path, in case the path changes later.
So at a later date you can edit the xml file and change the path to point to where the file has been moved to
I know you can create an xml file in aproject which can pass it to the VB code.
some pseudo code jibber:
<xml>bla
<file>
path="c:\directory1\file.txt"
<file>
</xml>
<vb 2005>
Dim location As String = xml.getxmlthing.file
<vb 2005>
any help would be most welcome
thanks!
I want to soft code a file path, in case the path changes later.
So at a later date you can edit the xml file and change the path to point to where the file has been moved to
I know you can create an xml file in aproject which can pass it to the VB code.
some pseudo code jibber:
<xml>bla
<file>
path="c:\directory1\file.txt"
<file>
</xml>
<vb 2005>
Dim location As String = xml.getxmlthing.file
<vb 2005>
any help would be most welcome
thanks!