sagar_p_parakh
Member
- Joined
- Nov 7, 2008
- Messages
- 20
- Programming Experience
- Beginner
How can i store the path of file in say (a) varialble
I have used
dim a as string
I have used
dim a as string
Public Class Form1
Dim a As String
Public Sub FindFile()
a = "C:\YourFile.ext"
End Sub
End Class