<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic RE: How to copy subfolder files? in Product Forum</title>
    <link>https://community.blueprism.com/t5/Product-Forum/How-to-copy-subfolder-files/m-p/89395#M39787</link>
    <description>Hi &lt;a href="https://community.blueprism.com/t5/user/viewprofilepage/user-id/16121"&gt;@NehaGote&lt;/a&gt;&lt;BR /&gt;&lt;BR /&gt;Pls find this VBO &lt;A href="https://digitalexchange.blueprism.com/dx/entry/113833/solution/atcs---utility-file-management" target="_blank" rel="noopener"&gt;To Copy Folder&lt;/A&gt;. I have developed it and used internally multiple times. Let me know if it fulfills your need.&lt;BR /&gt;&lt;BR /&gt;Thanks​&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;vinod chinthakindi&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
    <pubDate>Wed, 24 Nov 2021 16:40:00 GMT</pubDate>
    <dc:creator>vinodchinthakin</dc:creator>
    <dc:date>2021-11-24T16:40:00Z</dc:date>
    <item>
      <title>How to copy subfolder files?</title>
      <link>https://community.blueprism.com/t5/Product-Forum/How-to-copy-subfolder-files/m-p/89391#M39783</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I want to copy the entire content i.e folder and files from the folder. For e.g there is folder A and inside folder A there is folder B and some files. I want to copy the folder B and files to new destination path. How can this be done? Utility - Folder Management , copy folder action copies entire folder including folder A. Is there a way we can only copy subfolder and files?&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Neha Gote&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Wed, 24 Nov 2021 10:44:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/How-to-copy-subfolder-files/m-p/89391#M39783</guid>
      <dc:creator>NehaGote</dc:creator>
      <dc:date>2021-11-24T10:44:00Z</dc:date>
    </item>
    <item>
      <title>RE: How to copy subfolder files?</title>
      <link>https://community.blueprism.com/t5/Product-Forum/How-to-copy-subfolder-files/m-p/89392#M39784</link>
      <description>Hi &lt;a href="https://community.blueprism.com/t5/user/viewprofilepage/user-id/16121"&gt;@NehaGote&lt;/a&gt;,&lt;BR /&gt;&lt;BR /&gt;I'm not familiar with a VBO titled &lt;STRONG&gt;Utility - Folder Management&lt;/STRONG&gt;. Did you get that from the Digital Exchange? Have you tried the &lt;EM&gt;&lt;STRONG&gt;Copy File&lt;/STRONG&gt;&lt;/EM&gt; action of the &lt;STRONG&gt;Utility - File Management&lt;/STRONG&gt; VBO and setting the file path to something like &lt;STRONG&gt;C:\Folder A\*&lt;/STRONG&gt;?&lt;BR /&gt;&lt;BR /&gt;Cheers,&lt;BR /&gt;​&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Eric Wilson&lt;BR /&gt;Director, Integrations and Enablement&lt;BR /&gt;Blue Prism Digital Exchange&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Wed, 24 Nov 2021 14:33:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/How-to-copy-subfolder-files/m-p/89392#M39784</guid>
      <dc:creator>ewilson</dc:creator>
      <dc:date>2021-11-24T14:33:00Z</dc:date>
    </item>
    <item>
      <title>RE: How to copy subfolder files?</title>
      <link>https://community.blueprism.com/t5/Product-Forum/How-to-copy-subfolder-files/m-p/89393#M39785</link>
      <description>&lt;a href="https://community.blueprism.com/t5/user/viewprofilepage/user-id/16121"&gt;@NehaGote&lt;/a&gt;,&lt;BR /&gt;&lt;BR /&gt;I ran a quick test and it looks like using the Copy File action with a wildcard will only copy the files, not the subfolders. To address your need, we've pushed an update to the VBO that includes a new action titled &lt;EM&gt;&lt;STRONG&gt;Copy Directory&lt;/STRONG&gt;&lt;/EM&gt;. This will take a source directory name and a destination directory name as input. It will copy the entire contents of the source directory into the destination directory.&lt;BR /&gt;&lt;BR /&gt;You can find the updated VBO &lt;A href="https://digitalexchange.blueprism.com/dx/entry/3439/solution/utility---file-management" target="_blank" rel="noopener"&gt;here&lt;/A&gt;.&lt;BR /&gt;&lt;BR /&gt;Cheers,&lt;BR /&gt;​&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Eric Wilson&lt;BR /&gt;Director, Integrations and Enablement&lt;BR /&gt;Blue Prism Digital Exchange&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Wed, 24 Nov 2021 15:18:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/How-to-copy-subfolder-files/m-p/89393#M39785</guid>
      <dc:creator>ewilson</dc:creator>
      <dc:date>2021-11-24T15:18:00Z</dc:date>
    </item>
    <item>
      <title>RE: How to copy subfolder files?</title>
      <link>https://community.blueprism.com/t5/Product-Forum/How-to-copy-subfolder-files/m-p/89394#M39786</link>
      <description>Hi &lt;a href="https://community.blueprism.com/t5/user/viewprofilepage/user-id/833"&gt;@ewilson&lt;/a&gt; &lt;BR /&gt;&lt;BR /&gt;Just found a work around. Can use Utility - File Management , Get folder action where we would give path of folder A as an input. Then in its output Folders collection path column we will get path of all the folders within A&amp;nbsp; folder. Then can loop Folders collection and can use Utility - Folder Management copy folder action. This will copy the all subfolders from A folder to destination folder. Utility - Folder Management utility was downloaded from digital exchange.&amp;nbsp;&lt;BR /&gt;I will try updated Utility - File Management VBO as well. Thank you for sharing it appreciated&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Neha Gote&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Wed, 24 Nov 2021 15:34:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/How-to-copy-subfolder-files/m-p/89394#M39786</guid>
      <dc:creator>NehaGote</dc:creator>
      <dc:date>2021-11-24T15:34:00Z</dc:date>
    </item>
    <item>
      <title>RE: How to copy subfolder files?</title>
      <link>https://community.blueprism.com/t5/Product-Forum/How-to-copy-subfolder-files/m-p/89395#M39787</link>
      <description>Hi &lt;a href="https://community.blueprism.com/t5/user/viewprofilepage/user-id/16121"&gt;@NehaGote&lt;/a&gt;&lt;BR /&gt;&lt;BR /&gt;Pls find this VBO &lt;A href="https://digitalexchange.blueprism.com/dx/entry/113833/solution/atcs---utility-file-management" target="_blank" rel="noopener"&gt;To Copy Folder&lt;/A&gt;. I have developed it and used internally multiple times. Let me know if it fulfills your need.&lt;BR /&gt;&lt;BR /&gt;Thanks​&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;vinod chinthakindi&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Wed, 24 Nov 2021 16:40:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/How-to-copy-subfolder-files/m-p/89395#M39787</guid>
      <dc:creator>vinodchinthakin</dc:creator>
      <dc:date>2021-11-24T16:40:00Z</dc:date>
    </item>
  </channel>
</rss>

