<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DZone Snippets: move-file code</title>
    <link>http://snippets.dzone.com/posts</link>
    <pubDate>Fri, 29 Aug 2008 13:39:19 GMT</pubDate>
    <description>DZone Snippets: move-file code</description>
    <item>
      <title>Move a file</title>
      <link>http://snippets.dzone.com/posts/show/1285</link>
      <description>&lt;code&gt;&lt;br /&gt;    move-file: func [file source dest] [&lt;br /&gt;        either error? try [&lt;br /&gt;            write/binary dest/:file read/binary source/:file&lt;br /&gt;            delete source/:file&lt;br /&gt;        ] [false] [true]&lt;br /&gt;    ]&lt;br /&gt;&lt;/code&gt;</description>
      <pubDate>Mon, 23 Jan 2006 02:07:19 GMT</pubDate>
      <guid>http://snippets.dzone.com/posts/show/1285</guid>
      <author>gregg.irwin (Gregg Irwin)</author>
    </item>
  </channel>
</rss>
