J
JCH
I am trying to determine how to run a script that checks
to see if a particular folder exists. If it doesn't, then
I need to create it (MkDir), but if it does, then I skip
and move onto the next code segment...
Example:
If C:\My_Folder Exists Then
'Do Nothing
Else
'Folder does not exist
MkDir C:\My_Folder
End If
Any ideas?
Cheers,
JCH
to see if a particular folder exists. If it doesn't, then
I need to create it (MkDir), but if it does, then I skip
and move onto the next code segment...
Example:
If C:\My_Folder Exists Then
'Do Nothing
Else
'Folder does not exist
MkDir C:\My_Folder
End If
Any ideas?
Cheers,
JCH