Public Function CreateFolder()
Environment.Value("OutSideViwerAutoFolderPath") = "C:\COPEPerlAutomationExecution"
Set fs = CreateObject("Scripting.FileSystemObject")
If fs.FolderExists(Environment.Value("OutSideViwerAutoFolderPath")) = False Then
fs.CreateFolder (Environment.Value("OutSideViwerAutoFolderPath") )
else
Msgbox "Folder Exists"
End if
End Function
No comments:
Post a Comment