Bryan - Gendev
Programmer
I give my users a chance to look in a folder before my app writes more files there.
I use
ShellExecute (0,"", Getenv("SystemRoot") + "\explorer.exe", "/n, /e, " + lcCurDir, "", 1)
My question is - how can I close this folder after I've finished writing to it?
Thanks
GenDev
I use
ShellExecute (0,"", Getenv("SystemRoot") + "\explorer.exe", "/n, /e, " + lcCurDir, "", 1)
My question is - how can I close this folder after I've finished writing to it?
Thanks
GenDev