Permission denied on CopyFile in VBS

后端 未结 7 1279
無奈伤痛
無奈伤痛 2020-11-30 11:08

I\'m trying to automate pushing a file into my users\' home directories, but am stuck on a \"Permission Denied\" error — is thrown on line 6 here, with the CopyFile call.

7条回答
  •  自闭症患者
    2020-11-30 11:34

    for me adding / worked at the end of location of folder. Hence, if you are copying into folder, don't forget to put /

提交回复
热议问题