I have one particular series where some files didn’t move so I put them in the Drone folder to force them to move, but it keeps saying the folder is in use.
The folder is not in use though, I have even restarted the server (computer) on a fresh boot and still says the same thing. Here is the log error that is given.
14-10-18 01:19:55.3|Warn|EpisodeFileMovingService|Unable to set last write time
System.IO.IOException: The process cannot access the file 'D:\Hawaii Five-0' because it is being used by another process.
at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
at System.IO.Directory.OpenHandle(String path)
at System.IO.Directory.SetLastWriteTimeUtc(String path, DateTime lastWriteTimeUtc)
at NzbDrone.Common.Disk.DiskProviderBase.FolderSetLastWriteTimeUtc(String path, DateTime dateTime) in m:\BuildAgent1\work\328d72309b633a8\src\NzbDrone.Common\Disk\DiskProviderBase.cs:line 312
at NzbDrone.Core.MediaFiles.EpisodeFileMovingService.SetFolderLastWriteTime(String path, DateTime time) in m:\BuildAgent1\work\328d72309b633a8\src\NzbDrone.Core\MediaFiles\EpisodeFileMovingService.cs:line 211
at NzbDrone.Core.MediaFiles.EpisodeFileMovingService.TransferFile(EpisodeFile episodeFile, Series series, List`1 episodes, String destinationFilename, Boolean copyOnly) in m:\BuildAgent1\work\328d72309b633a8\src\NzbDrone.Core\MediaFiles\EpisodeFileMovingService.cs:line 135
Also using ProcessExplorer program, nothing shows to be using this folder.