Hi All,
i am new to FDM classic and VB coding, I am creating some sample scripts and learning myself by executing the scripts.
there are plenty of API's used in FDM, if create an object for specif API. it will list out all the related Libraries for the API. that is what i observed in VB.
why it is not appearing in FDM,
example:
i created an file system operation
Set filesys = CreateObject("Scripting.FileSystemObject")
filetxt = filesys.*********
i had specified ****, it should list out all the methods as copyfile, copyfolder etc...
why dont it appear in FDM. is it something specific to VB only.
Can someone help me on this question.
With Regards
Kathir