Popular Posts

SQLblog.com - The SQL Server blog spot on the web

Sunday, August 27, 2017

Trying to create function to create folders (and sub folders)

SQLServerCentral » Latest topics
Trying to create function to create folders (and sub folders)
I'm using sp_OACreate in a scalar function to create a folder if it doesn't exist, and it works fine if you're asking it to create a single folder. For instance: C:\Newfolder It creates "Newfolder" However, if I try to ask it to create C:\Newfolder

No comments: