Hello,
I am facing an API problem in CATIA VBA : i am trying to create folder at any specified location in catvbs script.
But, when i use VBA/catvba scrpit it runs well . For eg:
MkDir "C:\IGESDATA" ..runs well in catvba script.But the same give error message: "Type Mismatch MkDir " when I runs it on catvbs. As per Catia help if i use different objects . For eg:
Dim FileSys1 As CATIAFileSystem
FileSys1.createFolder ("C:\Fold1"
still catvbs script gives the error: expected end of statement.
Please if anybody can help me , i would be really thankful.
Warm Regards
Ankur Seth |