Y
Yuvraj
Hi All,
I am using the following code
Set FSO = CreateObject("scripting.filesystemobject")
FSO.DeleteFolder Environ("Temp") & "\Temporary Directory*", True
The purpose is that I want to delete the Folder NAmed as Temporay
Directory a and Temporary Directory b.
I want to check the existence of the folder before deleting.
I am wondering how to do it as the name is not constant.
What is constant is Temporary Dirctory and then variable names
I also do not want to delete all the folders.
Hence can some one provide some guidance.
Regards,
Yuvraj
I am using the following code
Set FSO = CreateObject("scripting.filesystemobject")
FSO.DeleteFolder Environ("Temp") & "\Temporary Directory*", True
The purpose is that I want to delete the Folder NAmed as Temporay
Directory a and Temporary Directory b.
I want to check the existence of the folder before deleting.
I am wondering how to do it as the name is not constant.
What is constant is Temporary Dirctory and then variable names
I also do not want to delete all the folders.
Hence can some one provide some guidance.
Regards,
Yuvraj