Open a new Directory
Chuck,
What do you mean by open a directory?
To delete one, try
Dim FSO As Object
Set FSO = CreatObject("Scripting.FileSystemObject")
FSO.DeleteFolder "C:\MyDir" , force:=True
--
HTH
Bob Phillips
... looking out across Poole Harbour to the Purbecks
(remove nothere from the email address if mailing direct)
"CLR" wrote in message
...
Hi All..........
Would someone please be so kind as to tell me the code to open a new
directory on my C:\ drive?......and also please, the code to delete it.
Thanking you very much.
Vaya con Dios,
Chuck, CABGx3
|