<?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 @Sarah: Thank you!! It works in Product Forum</title>
    <link>https://community.blueprism.com/t5/Product-Forum/Move-files/m-p/49821#M5151</link>
    <description>@Sarah: Thank you!! It works if I want to move all the files from one folder. But basically, if I have multiple sub-folders and I want to move all the files from each folder to the main folder. Is there a command for that? 
@bvrgiri: Yes I thought about coding but I've never done it with Blue Prism. I can't find the code option to to add the system.io, could you please specify where it is? 
Thank you both !!</description>
    <pubDate>Tue, 28 Nov 2017 15:37:00 GMT</pubDate>
    <dc:creator>DavidAssouline</dc:creator>
    <dc:date>2017-11-28T15:37:00Z</dc:date>
    <item>
      <title>Move files</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Move-files/m-p/49818#M5148</link>
      <description>Dear all,

I would like to move all the files present in one folder to another folder. With the File Management VBO, I've used "Get files" to get the files from the folder. Then, I chose create another action to "move file" but I can specify there only one file path. Could you please tell me how to move all the files and not one?

Thank you,

Best regards
David</description>
      <pubDate>Mon, 27 Nov 2017 21:33:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Move-files/m-p/49818#M5148</guid>
      <dc:creator>DavidAssouline</dc:creator>
      <dc:date>2017-11-27T21:33:00Z</dc:date>
    </item>
    <item>
      <title>you can specify folder Path</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Move-files/m-p/49819#M5149</link>
      <description>you can specify folder Path followed by * - Wildcard to send all files at the same time.</description>
      <pubDate>Mon, 27 Nov 2017 23:35:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Move-files/m-p/49819#M5149</guid>
      <dc:creator>SarahRobert</dc:creator>
      <dc:date>2017-11-27T23:35:00Z</dc:date>
    </item>
    <item>
      <title>David - Using a simple Code</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Move-files/m-p/49820#M5150</link>
      <description>David - Using a simple Code Stage this can be achieved.  (make sure you add System.IO in namespace imports under code options of your intialise page of the object)
Code stage source below:(VB). * Once this operation is done you no longer will have the Source. Target is the new folder which will be created by the operation.
dim source1 as string = Source
dim target1 as string = Target
Directory.Move (source1,target1)
Send Source and Target as inputs to code stage
Hope it helps.
Cheers - Giri</description>
      <pubDate>Tue, 28 Nov 2017 00:31:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Move-files/m-p/49820#M5150</guid>
      <dc:creator>Venkataratna_Gi</dc:creator>
      <dc:date>2017-11-28T00:31:00Z</dc:date>
    </item>
    <item>
      <title>@Sarah: Thank you!! It works</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Move-files/m-p/49821#M5151</link>
      <description>@Sarah: Thank you!! It works if I want to move all the files from one folder. But basically, if I have multiple sub-folders and I want to move all the files from each folder to the main folder. Is there a command for that? 
@bvrgiri: Yes I thought about coding but I've never done it with Blue Prism. I can't find the code option to to add the system.io, could you please specify where it is? 
Thank you both !!</description>
      <pubDate>Tue, 28 Nov 2017 15:37:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Move-files/m-p/49821#M5151</guid>
      <dc:creator>DavidAssouline</dc:creator>
      <dc:date>2017-11-28T15:37:00Z</dc:date>
    </item>
    <item>
      <title>Anyone can help? Thanks !</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Move-files/m-p/49822#M5152</link>
      <description>Anyone can help? Thanks !</description>
      <pubDate>Thu, 30 Nov 2017 14:25:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Move-files/m-p/49822#M5152</guid>
      <dc:creator>DavidAssouline</dc:creator>
      <dc:date>2017-11-30T14:25:00Z</dc:date>
    </item>
    <item>
      <title>Code options are on the</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Move-files/m-p/49823#M5153</link>
      <description>Code options are on the object Initialise page, inside the page details box.</description>
      <pubDate>Thu, 30 Nov 2017 18:21:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Move-files/m-p/49823#M5153</guid>
      <dc:creator>John__Carter</dc:creator>
      <dc:date>2017-11-30T18:21:00Z</dc:date>
    </item>
  </channel>
</rss>

