Related resources for Directory.Move
  • Move a directory in C#12/20/2018 11:08:27 PM. How to move a directory using C# and .NET. The Directory.Move method moves an existing directory to a new specified directory with full path.
  • Working with Directory using C#7/12/2012 6:18:52 PM. This article will explain the Directory class in .NET and how to create, move and rename a directory using C#.