02-24-2014, 05:03 PM
Hi,
QTP script contains the below code
w:/ is mapped to the shared folder on network .
CreateFolder method fails to create folder in Shared network drive when we execute this script on Windows 7 system.
Note: UAC in Windows 7 system is disabled and I have administrator permissions.
Could you please let me know what could be causing this issue.
Thanks and Regards,
Pallavi
QTP script contains the below code
Code:
Set oFso = CreateObject("Scripting.FileSystemObject")
oFso.CreateFolder("w:/A72A")
w:/ is mapped to the shared folder on network .
CreateFolder method fails to create folder in Shared network drive when we execute this script on Windows 7 system.
Note: UAC in Windows 7 system is disabled and I have administrator permissions.
Could you please let me know what could be causing this issue.
Thanks and Regards,
Pallavi