L
liddlem
Hi Folks
Can anybody please explain to me how to check whether a folder alread
exists.
I have searched the M.S help file and all it shows, is the syntax as
object.FolderExists(folderspec)
but no example of how to actually use it.
What do I substitute in the place of 'object' here?
Am I correct to assume that the code should read something like
If WhatEverTheObjectIs.FolderExists(MyPathName) then
Do Something here
End If
Thanks for your assistance
Can anybody please explain to me how to check whether a folder alread
exists.
I have searched the M.S help file and all it shows, is the syntax as
object.FolderExists(folderspec)
but no example of how to actually use it.
What do I substitute in the place of 'object' here?
Am I correct to assume that the code should read something like
If WhatEverTheObjectIs.FolderExists(MyPathName) then
Do Something here
End If
Thanks for your assistance