Hi, I'm very new to vCO and unfortunately I do not have a strong programming/scripting background. The question I have is how to write a folder/file to a Windows network share in a vCO scri...
See more...
Hi, I'm very new to vCO and unfortunately I do not have a strong programming/scripting background. The question I have is how to write a folder/file to a Windows network share in a vCO scriptable task? I am able to write a file to a local directory, but cannot write to a network share. The code: file.createDirectory(); I have already modified the js-io-rights.conf file to include the UNC path I wish to write to. I believe it to be an issue that vCO executes the script under the SYSTEM context in Windows, but you cannot allow this in a network share. I tested this by adding and removing SYSTEM to a local folder. Any help is appreciated. Thanks, Mike