Hi, I am using Directory.Move (via Invoke Method) to move an entire folder from one location on D: to another location on X:
However, I get error “Source and destination path must have identical roots. Move will not work across volumes.”
How do I make this move directory method work?