<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>CodeItBetter Programming &#187; File/Folder Handling</title>
	<atom:link href="http://www.codeitbetter.com/category/visual-basic-code-for-file-folder-handling/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.codeitbetter.com</link>
	<description>Another VB Programming Blog</description>
	<lastBuildDate>Wed, 08 Feb 2012 23:50:49 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>How to copy all folders and files from one location to another location</title>
		<link>http://www.codeitbetter.com/how-to-copy-all-folders-and-files-from-one-location-to-another-location/</link>
		<comments>http://www.codeitbetter.com/how-to-copy-all-folders-and-files-from-one-location-to-another-location/#comments</comments>
		<pubDate>Fri, 20 Jan 2012 23:33:37 +0000</pubDate>
		<dc:creator>John</dc:creator>
				<category><![CDATA[File/Folder Handling]]></category>
		<category><![CDATA[another]]></category>
		<category><![CDATA[asp programming]]></category>
		<category><![CDATA[copy]]></category>
		<category><![CDATA[files]]></category>
		<category><![CDATA[folders]]></category>
		<category><![CDATA[location]]></category>
		<category><![CDATA[microsoft visual basic 6.0]]></category>
		<category><![CDATA[ocx code]]></category>
		<category><![CDATA[one]]></category>
		<category><![CDATA[sample code library]]></category>
		<category><![CDATA[software development]]></category>
		<category><![CDATA[source code bank]]></category>
		<category><![CDATA[source codes]]></category>
		<category><![CDATA[vb activex controls]]></category>
		<category><![CDATA[visual basic code library]]></category>
		<category><![CDATA[visual basic coding]]></category>

		<guid isPermaLink="false">http://www.codeitbetter.com/how-to-copy-all-folders-and-files-from-one-location-to-another-location/</guid>
		<description><![CDATA[1 2 3 4 5 6 7 8 9 10 'File/Folder Handling - How to copy all folders and files from one location to another location Option Explicit &#160; Sub Main() 'This will copy all folders in D:\Test\ to C:\Temp Dim oFSO As New Scripting.FileSystemObject Set oFSO = New FileSystemObject oFSO.CopyFolder &#34;D:\Test\*&#34;, &#34;C:\Temp\&#34;, False Set [...]<p><a href="http://www.codeitbetter.com/how-to-copy-all-folders-and-files-from-one-location-to-another-location/">How to copy all folders and files from one location to another location</a> is a post from: <a href="http://www.codeitbetter.com">CodeItBetter Programming</a></p>
]]></description>
		<wfw:commentRss>http://www.codeitbetter.com/how-to-copy-all-folders-and-files-from-one-location-to-another-location/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to get the file path for the selected file using Common Dialog control</title>
		<link>http://www.codeitbetter.com/how-to-get-the-file-path-for-the-selected-file-using-common-dialog-control/</link>
		<comments>http://www.codeitbetter.com/how-to-get-the-file-path-for-the-selected-file-using-common-dialog-control/#comments</comments>
		<pubDate>Tue, 17 Jan 2012 23:34:01 +0000</pubDate>
		<dc:creator>John</dc:creator>
				<category><![CDATA[File/Folder Handling]]></category>
		<category><![CDATA[activex code]]></category>
		<category><![CDATA[common]]></category>
		<category><![CDATA[control]]></category>
		<category><![CDATA[dialog]]></category>
		<category><![CDATA[examples]]></category>
		<category><![CDATA[file]]></category>
		<category><![CDATA[get]]></category>
		<category><![CDATA[how to vb]]></category>
		<category><![CDATA[path]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[selected]]></category>
		<category><![CDATA[source code]]></category>
		<category><![CDATA[vb6 active x]]></category>
		<category><![CDATA[vb6 learn]]></category>
		<category><![CDATA[vb6 tutorial]]></category>
		<category><![CDATA[visual basic 6 source]]></category>
		<category><![CDATA[visual source code]]></category>

		<guid isPermaLink="false">http://www.codeitbetter.com/how-to-get-the-file-path-for-the-selected-file-using-common-dialog-control/</guid>
		<description><![CDATA[1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 'File/Folder Handling - How to get the file path for the selected file using Common Dialog control Option Explicit &#160; 'Insert a Common Dialog Control on your form and add the following code: Private Sub Command1_Click() [...]<p><a href="http://www.codeitbetter.com/how-to-get-the-file-path-for-the-selected-file-using-common-dialog-control/">How to get the file path for the selected file using Common Dialog control</a> is a post from: <a href="http://www.codeitbetter.com">CodeItBetter Programming</a></p>
]]></description>
		<wfw:commentRss>http://www.codeitbetter.com/how-to-get-the-file-path-for-the-selected-file-using-common-dialog-control/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to move all the .png files from one folder to another.</title>
		<link>http://www.codeitbetter.com/how-to-move-all-the-png-files-from-one-folder-to-another/</link>
		<comments>http://www.codeitbetter.com/how-to-move-all-the-png-files-from-one-folder-to-another/#comments</comments>
		<pubDate>Mon, 09 Jan 2012 23:58:25 +0000</pubDate>
		<dc:creator>John</dc:creator>
				<category><![CDATA[File/Folder Handling]]></category>
		<category><![CDATA[activex control source]]></category>
		<category><![CDATA[another]]></category>
		<category><![CDATA[asp programming]]></category>
		<category><![CDATA[code library]]></category>
		<category><![CDATA[files]]></category>
		<category><![CDATA[folder]]></category>
		<category><![CDATA[free]]></category>
		<category><![CDATA[free samples]]></category>
		<category><![CDATA[move]]></category>
		<category><![CDATA[net]]></category>
		<category><![CDATA[one]]></category>
		<category><![CDATA[png]]></category>
		<category><![CDATA[vb6 tools]]></category>
		<category><![CDATA[vb6 tutorial]]></category>
		<category><![CDATA[visual basic 6 library]]></category>
		<category><![CDATA[visual basic net code]]></category>

		<guid isPermaLink="false">http://www.codeitbetter.com/how-to-move-all-the-png-files-from-one-folder-to-another/</guid>
		<description><![CDATA[1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 'File/Folder Handling - How to move all the .png files from one folder to another. Private Sub Form_Load() MoveFiles &#34;C:\test2\&#34;, &#34;C:\test3\&#34;, &#34;png&#34; End Sub &#160; Private Sub MoveFiles(ByVal sSource As String, ByVal sDest As String, _ Optional ByVal sExt [...]<p><a href="http://www.codeitbetter.com/how-to-move-all-the-png-files-from-one-folder-to-another/">How to move all the .png files from one folder to another.</a> is a post from: <a href="http://www.codeitbetter.com">CodeItBetter Programming</a></p>
]]></description>
		<wfw:commentRss>http://www.codeitbetter.com/how-to-move-all-the-png-files-from-one-folder-to-another/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Return the filename of a given full path to a file</title>
		<link>http://www.codeitbetter.com/how-to-return-the-filename-of-a-given-full-path-to-a-file/</link>
		<comments>http://www.codeitbetter.com/how-to-return-the-filename-of-a-given-full-path-to-a-file/#comments</comments>
		<pubDate>Mon, 02 Jan 2012 23:32:23 +0000</pubDate>
		<dc:creator>John</dc:creator>
				<category><![CDATA[File/Folder Handling]]></category>
		<category><![CDATA[file]]></category>
		<category><![CDATA[filename]]></category>
		<category><![CDATA[full]]></category>
		<category><![CDATA[given]]></category>
		<category><![CDATA[how to programs]]></category>
		<category><![CDATA[path]]></category>
		<category><![CDATA[program visual basic 6]]></category>
		<category><![CDATA[resource]]></category>
		<category><![CDATA[return]]></category>
		<category><![CDATA[vb activex control]]></category>
		<category><![CDATA[vb database]]></category>
		<category><![CDATA[vb examples]]></category>
		<category><![CDATA[vb source code]]></category>
		<category><![CDATA[visual basic 6 examples]]></category>
		<category><![CDATA[visual basic 6 freeware]]></category>
		<category><![CDATA[visual basic 6.0 how to]]></category>

		<guid isPermaLink="false">http://www.codeitbetter.com/how-to-return-the-filename-of-a-given-full-path-to-a-file/</guid>
		<description><![CDATA[1 2 3 4 'File/Folder Handling - How to Return the filename of a given full path to a file Private Function returnNameOfFile(ByVal strFile As String) As String returnNameOfFile = Mid$(strFile, InStrRev(strFile, &#34;\&#34;) + 1) End Function How to Return the filename of a given full path to a file is a post from: CodeItBetter [...]<p><a href="http://www.codeitbetter.com/how-to-return-the-filename-of-a-given-full-path-to-a-file/">How to Return the filename of a given full path to a file</a> is a post from: <a href="http://www.codeitbetter.com">CodeItBetter Programming</a></p>
]]></description>
		<wfw:commentRss>http://www.codeitbetter.com/how-to-return-the-filename-of-a-given-full-path-to-a-file/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Return the path of a given full path to a file</title>
		<link>http://www.codeitbetter.com/how-to-return-the-path-of-a-given-full-path-to-a-file/</link>
		<comments>http://www.codeitbetter.com/how-to-return-the-path-of-a-given-full-path-to-a-file/#comments</comments>
		<pubDate>Mon, 02 Jan 2012 23:31:18 +0000</pubDate>
		<dc:creator>John</dc:creator>
				<category><![CDATA[File/Folder Handling]]></category>
		<category><![CDATA[activex control source]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[code bank]]></category>
		<category><![CDATA[file]]></category>
		<category><![CDATA[free]]></category>
		<category><![CDATA[free ocx]]></category>
		<category><![CDATA[full]]></category>
		<category><![CDATA[given]]></category>
		<category><![CDATA[path]]></category>
		<category><![CDATA[return]]></category>
		<category><![CDATA[source code controls]]></category>
		<category><![CDATA[vb6 learn]]></category>
		<category><![CDATA[visual basic 6.0 code]]></category>
		<category><![CDATA[visual basic tools]]></category>

		<guid isPermaLink="false">http://www.codeitbetter.com/how-to-return-the-path-of-a-given-full-path-to-a-file/</guid>
		<description><![CDATA[1 2 3 4 'File/Folder Handling - How to Return the path of a given full path to a file Private Function returnPathOfFile(ByVal strFile As String) As String returnPathOfFile = Left(strFile, InStrRev(strFile, &#34;\&#34;)) End Function How to Return the path of a given full path to a file is a post from: CodeItBetter Programming<p><a href="http://www.codeitbetter.com/how-to-return-the-path-of-a-given-full-path-to-a-file/">How to Return the path of a given full path to a file</a> is a post from: <a href="http://www.codeitbetter.com">CodeItBetter Programming</a></p>
]]></description>
		<wfw:commentRss>http://www.codeitbetter.com/how-to-return-the-path-of-a-given-full-path-to-a-file/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: enhanced
Database Caching 1/35 queries in 0.917 seconds using disk: basic
Object Caching 1072/1191 objects using disk: basic

Served from: www.codeitbetter.com @ 2012-02-09 11:06:09 -->
