I need to create a business rule that will move a file from a user's
folder in File Explorer to the server's File Share. I am using the
BRApi.FileSystem.GetFile method to successfully read the file, but I am
unable to write the file to the server. I ...