Hello.
I'm working with Azore Storage API to download files from an Azure File Storage and process them accordingly. So far so good.
The problem begins when I try to move the processed files to another directory, e.g. ("azureFileShare\processedFiles"). I haven't found any function to move files, I only found the method Microsoft.WindowsAzure.Storage.DataMovement.TransferManager.CopyAsync(CloudFile, CloudFile, Boolean, CopyOptions, SingleTransferContext), which I would use to copy the files and delete them afterward. But this namespace is not available inside D365FO.
Any ideas?
Thanks.