0
votes

I want to copy the files from One folder to another folder on Azure Data Lake store. Is this possible through C# or Powershell?

1

1 Answers

1
votes

Copying data is not currently supported by Data Lake Store as a built-in operation.

If you'd like to copy data, I recommend using the ADLCopy client. Another option is using Azure Data Factory's copy activity.