繁体   English   中英

我需要使用 globbing 模式将所有文件及其文件夹复制到目标目的地

[英]I need to copy all the files and it's folder to the target destination using globbing pattern

这是我要复制的下面的文件夹结构。

- WebSite1
   - App_Data
      - bin
      - obj
      - Properties

我需要复制所有文件(包括目标文件夹中的源目录或文件夹)的通配模式是什么。

以下是我现在正在使用的:

**\WebSite1\**

它仅将文件复制到目标位置,不包括来自源的文件夹结构(App_Data、bin、obj、Properties)。 我在这里想念什么? 谢谢!

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

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