subdirectory

  1. G

    Copy files and folders - UI is unresponsive

    Hello, part of the program which I'm working on should copy all files and folders from the selected path to the destination path (do a backup). And this the code being used: foreach (string dirPath in Directory.GetDirectories(from_directory, "*", SearchOption.AllDirectories))...
Back
Top Bottom