Thread
:
accessing to a folder
View Single Post
#
2
(
permalink
)
07-05-2009, 11:23 AM
ggunter
VB.NET Forum Enthusiast
.NET Framework: .NET 2.0 (VS 2005)
Join Date: Apr 2008
Posts: 85
Reputation:
33
Assuming that your program structure is:
"\executable file directory\Docs"
Then it would be:
Dim strPath As String = Directory.GetCurrentDirectory() & "\Docs\a.doc"
Make sure you import System.IO.
ggunter
View Public Profile
Send a private message to ggunter
Find all posts by ggunter