<?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: Write stage; file path; backslash character; SAP GUI in Product Forum</title>
    <link>https://community.blueprism.com/t5/Product-Forum/Write-stage-file-path-backslash-character-SAP-GUI/m-p/108926#M49403</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;Have you tried using "/" in the text field?&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.blueprism.com/t5/Product-Forum/quot-Invalid-escape-character-L-quot-when-writing-filepath/mp/90459#M40666" target="_blank"&gt;https://community.blueprism.com/t5/Product-Forum/quot-Invalid-escape-character-L-quot-when-writing-filepath/mp/90459#M40666&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://stackoverflow.com/questions/38428561/difference-between-forward-slash-and-backslash-in-file-path/38428899" target="_blank"&gt;https://stackoverflow.com/questions/38428561/difference-between-forward-slash-and-backslash-in-file-path/38428899&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;</description>
    <pubDate>Sat, 23 Mar 2024 14:12:25 GMT</pubDate>
    <dc:creator>LeonardoSQueiroz</dc:creator>
    <dc:date>2024-03-23T14:12:25Z</dc:date>
    <item>
      <title>Write stage; file path; backslash character; SAP GUI</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Write-stage-file-path-backslash-character-SAP-GUI/m-p/108862#M49385</link>
      <description>&lt;P&gt;Hi all,&lt;/P&gt;
&lt;P&gt;using the write stage I pass on this string to a SAP GUI field:&lt;/P&gt;
&lt;P&gt;"C:\\testfolder\\testfile.txt"&lt;/P&gt;
&lt;P&gt;However, the value that arrives there looks like this&lt;/P&gt;
&lt;P&gt;"C:testfoldertestfile.txt"&lt;/P&gt;
&lt;P&gt;Does anyone know what could be the reason for this or how to get around this problem?&lt;/P&gt;
&lt;P&gt;Many thanks&lt;/P&gt;
&lt;P&gt;Gerrit&lt;/P&gt;</description>
      <pubDate>Thu, 28 Mar 2024 15:36:37 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Write-stage-file-path-backslash-character-SAP-GUI/m-p/108862#M49385</guid>
      <dc:creator>gschang</dc:creator>
      <dc:date>2024-03-28T15:36:37Z</dc:date>
    </item>
    <item>
      <title>Re: Write stage; file path; backslash character; SAP GUI</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Write-stage-file-path-backslash-character-SAP-GUI/m-p/108926#M49403</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;Have you tried using "/" in the text field?&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.blueprism.com/t5/Product-Forum/quot-Invalid-escape-character-L-quot-when-writing-filepath/mp/90459#M40666" target="_blank"&gt;https://community.blueprism.com/t5/Product-Forum/quot-Invalid-escape-character-L-quot-when-writing-filepath/mp/90459#M40666&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://stackoverflow.com/questions/38428561/difference-between-forward-slash-and-backslash-in-file-path/38428899" target="_blank"&gt;https://stackoverflow.com/questions/38428561/difference-between-forward-slash-and-backslash-in-file-path/38428899&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;</description>
      <pubDate>Sat, 23 Mar 2024 14:12:25 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Write-stage-file-path-backslash-character-SAP-GUI/m-p/108926#M49403</guid>
      <dc:creator>LeonardoSQueiroz</dc:creator>
      <dc:date>2024-03-23T14:12:25Z</dc:date>
    </item>
    <item>
      <title>Re: Write stage; file path; backslash character; SAP GUI</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Write-stage-file-path-backslash-character-SAP-GUI/m-p/108929#M49405</link>
      <description>&lt;P&gt;Dear Leonardo,&lt;/P&gt;&lt;P&gt;that worked - thank you!&lt;/P&gt;&lt;P&gt;Kind regards&lt;/P&gt;&lt;P&gt;Gerrit&lt;/P&gt;&lt;P&gt;Kind regards&lt;/P&gt;</description>
      <pubDate>Mon, 25 Mar 2024 06:47:34 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Write-stage-file-path-backslash-character-SAP-GUI/m-p/108929#M49405</guid>
      <dc:creator>gschang</dc:creator>
      <dc:date>2024-03-25T06:47:34Z</dc:date>
    </item>
    <item>
      <title>Re: Write stage; file path; backslash character; SAP GUI</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Write-stage-file-path-backslash-character-SAP-GUI/m-p/108937#M49408</link>
      <description>&lt;DIV class=""&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;P&gt;The reason you're seeing "C:testfoldertestfile.txt" in the SAP GUI field instead of "C:\testfolder\testfile.txt" is because of the way backslashes are interpreted.&lt;/P&gt;&lt;P&gt;In Windows, backslashes () are used as path separators. However, some systems, including SAP GUI, might treat backslashes as escape characters. An escape character tells the system to interpret the following character literally, instead of as part of a special sequence.&lt;/P&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Mon, 25 Mar 2024 13:13:59 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Write-stage-file-path-backslash-character-SAP-GUI/m-p/108937#M49408</guid>
      <dc:creator>smitbret</dc:creator>
      <dc:date>2024-03-25T13:13:59Z</dc:date>
    </item>
  </channel>
</rss>

