Forum Discussion
Yoann_Maingon
8 years agoIdeator I
Using the API iom.dll, it should be something like this
Dim newFile = innov.newItem("File", "add") newFile.setProperty("filename", "myfile") newFile.attachPhysicalFile("c:\temp\myfile.txt") Dim result = newFile.apply()