Hello:
I am working with OLE Automation to deal with windows folders and files from inside SQL Server.
I can create an object of type Scripting.FileSystemObject
. But when using the stored procedure sp_OAMethod to perform some work on it, I barely know a few parameters as 'FolderExists' or 'CreateFolder'.
I have found some pages like
https://msdn.microsoft.com/en-us/library/ch28h2s7(v=vs.84).aspx with provides a description for a set of specific methods of the object for VBScript and JScript, equivalent to use "sp_OAMethod + parameter" in transact.
I would need to find out the same detailed information for transact sp_OAMethod for Scripting.FileSystemObject
. Thas is, information of the many parameters for this method and object.
Thanks in advance,
Juarrero