mtagliaferri
Registered User.
- Local time
- Today, 20:04
- Joined
- Jul 16, 2006
- Messages
- 550
I have the following line which opens the Browse Window in the current project, this folder has various subfolders inside, how can I direct to the specific folder example Folder "Photo" which is contained in the folder "General" which is in the "Current Project Folder"
Code:
fDialog.InitialFileName = CurrentProject.Path & "\Pic"