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:
Post a Comment