﻿<?xml version='1.0' encoding='UTF-8'?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/"><channel><title>A1VBCode Forums / Visual Basic (VB 4/5/6) / General Visual Basic  / Copy Paste Files / Latest Posts</title><generator>InstantForum.NET v4.1.1</generator><description>A1VBCode Forums</description><link>http://www.a1vbcode.com/vbforums/</link><webMaster>forums@a1vbcode.com</webMaster><lastBuildDate>Sun, 12 Oct 2008 10:10:11 GMT</lastBuildDate><ttl>20</ttl><item><title>RE: Copy Paste Files</title><link>http://www.a1vbcode.com/vbforums/Topic24439-3-1.aspx</link><description>Welcome to A1vbcode &lt;STRONG&gt;muddasirmunir&lt;/STRONG&gt;.  &lt;IMG src="http://www.a1vbcode.com/vbforums/Uploads/Images/c4b84c27-50d6-4049-8d28-e4bf.gif"&gt;&lt;P&gt;You don't actually copy using the ClipBoard.&lt;/P&gt;&lt;P&gt;To copy a file you can use &lt;STRONG&gt;FileCopy&lt;/STRONG&gt; or &lt;STRONG&gt;CopyFile&lt;/STRONG&gt; functions.&lt;/P&gt;&lt;DIV style="BORDER-RIGHT: #000000 3px solid; PADDING-RIGHT: 25px; BORDER-TOP: #000000 3px solid; PADDING-LEFT: 25px; BACKGROUND-IMAGE: none; PADDING-BOTTOM: 25px; BORDER-LEFT: #000000 3px solid; PADDING-TOP: 25px; BORDER-BOTTOM: #000000 3px solid; BACKGROUND-COLOR: #cccccc"&gt;&lt;FONT color=#009900&gt;'CopyFile source, destination[, overwrite]&lt;/FONT&gt;&lt;BR&gt;&lt;BR&gt;CopyFile d:\my project\abc.txt, e:\backup\abc.txt, &lt;FONT color=#0000cc&gt;True&lt;/FONT&gt;&lt;BR&gt;&lt;BR&gt;&lt;FONT color=#009900&gt;'or&lt;/FONT&gt;&lt;BR&gt;&lt;BR&gt;&lt;FONT color=#009900&gt;'FileCopy source, destination&lt;/FONT&gt;&lt;BR&gt;&lt;BR&gt;&lt;FONT color=#0000cc&gt;FileCopy&lt;/FONT&gt; d:\my project\abc.txt, e:\backup\abc.txt&lt;BR&gt;&lt;BR&gt;&lt;/DIV&gt;With the CopyFile you can set if you want to overwrite the file. &lt;img align="absmiddle" src="http://www.a1vbcode.com/vbforums/Skins/Classic/Images/EmotIcons/Wink.gif" border="0" title="Wink"&gt;</description><pubDate>Sat, 22 Mar 2008 18:31:07 GMT</pubDate><dc:creator>Keithuk</dc:creator></item><item><title>Copy Paste Files</title><link>http://www.a1vbcode.com/vbforums/Topic24439-3-1.aspx</link><description>i want to copy a file from fixed location like&lt;/P&gt;&lt;P&gt;d:\my project\abc.txt (it reamins always fixed)&lt;/P&gt;&lt;P&gt;to the folder user select like&lt;/P&gt;&lt;P&gt;e:\backup\abc.txt &lt;/P&gt;&lt;P&gt;now what is the code to copy and what is the code to paste files&lt;/P&gt;&lt;P&gt;if any body know some sample project as just there are many sample&lt;/P&gt;&lt;P&gt;availeable in this site please tell me&lt;/P&gt;&lt;P&gt;thanks</description><pubDate>Sat, 22 Mar 2008 08:38:14 GMT</pubDate><dc:creator>muddasirmunir</dc:creator></item></channel></rss>