(1). I have a SOLID state disk on my computer and have divided it into two partitions: C and D.
(2). Suppose I have two paths,
path1 : d:\d15\
path2: \\10.80.42.251\om Shared Folder\info\
There's a folder under path2 called "bb" that has 21600+ subfolders and 90400+ files. These files are distributed in these subfolders.
(3), Now use FastCopy to copy it, with overwrite-mode.
Copy \\10.80.42.251\om Shared Folder\info\bb to D :\d15\.
(4), Use FastCopy to copy "bb", using overwrite-mode.
Copy d:\d15\bb to \\10.80.42.251\om Shared Folder\info\
(5) During this process, I will see the following types of errors on my computer many times.
CreateFile(The system cannot find the path specified.3) ; d:\d15\bb\xxxxfile
WriteFile(An Unexpected network error occurred.59) \\10.80.42.251\om Shared Folder\info\bb\xxxfile
I think there is a key point:
The folder "bb" should have many and many subfolders and files. In my case, there are more than 20,000 subfolders and more than 90,000 files int it, they taking up about 1 GB of disk space.