Hello,
I'm using the following code to create folders, which seems to work fine.
What i would like to do however is have this folder open in Windows Explorer when created.
Is this possible?
regards
Pete
I'm using the following code to create folders, which seems to work fine.
Code:
Private Sub CmdCreateAreas_Click()
strDirectoryPath1 = DLookup("Centre_DataLocation", "T_CentreDetails") & "\Files\Students Files\Stored Assessments\" & [MainFolder]
MkDir (strDirectoryPath1)
End Sub
What i would like to do however is have this folder open in Windows Explorer when created.
Is this possible?
regards
Pete