

> System.IO.IOException: Operation not permitted System.UnauthorizedAccessException: Access to the path is denied. Step 3 to be executed successfully Actual Behavior String destFilePath = Path.Combine(logFolder, _systemIo.GetName(logFile)) įile.Copy((logFile, destFilePath) //File.Move results in the same error

LogFolder = Path.Combine(logFolder, timestamp) String timestamp = now.ToString("yyyyMMdd_HHmmss") String logFolder = Path.Combine(Android.OS., "Download", "logs")
