Hello friends....
I have to check the folder path in such a way that
c:\Pooja\dynamic_folder\Output.txt
From Pooja folder how will I be able to move to the text file since the dynamic folder can be anything and I want to move inside the dynamic folder...
is there any way...
i tried this
Dim path As String
path = "C:\Pooja\Images\dynamic\PatientRegEntry.txt"
Debug.Print("Path: " + path)