简体   繁体   中英

Visual Basic Copy directory

当我尝试将目录复制到另一个目录时,它仅复制了我使用此代码段的目录文件

My.Computer.Filesystem.CopyDirectory(Path, Backup, True)

Microsoft.VisualBasic.FileIO.FileSystem.CopyDirectory

make sure your Paths (first and second parameters that you pass) do NOT end with a "\\".

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM