I have a folder that I want to set permissions to.
here is the code to create the folder
how do I set the permissions. so the user: (lintow12) has right to it?
Set wn = WScript.CreateObject("WScript.Network")
Set fs = CreateObject("Scripting.FileSystemObject")
Set ws = CreateObject("WScript.Shell")
fs.CreateFolder ("c:\folder1")
here is the code to create the folder
how do I set the permissions. so the user: (lintow12) has right to it?
Set wn = WScript.CreateObject("WScript.Network")
Set fs = CreateObject("Scripting.FileSystemObject")
Set ws = CreateObject("WScript.Shell")
fs.CreateFolder ("c:\folder1")