<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.2.2" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
	<title>Comments on: My.Computer.FileSystem Shortcuts for VB.NET - Part I</title>
	<link>http://vbnotebookfor.net/2007/07/25/mycomputerfilesystem-shortcuts-for-vbnet-part-i/</link>
	<description>Articles on VB.NET and Software Development Team Leadership</description>
	<pubDate>Sat, 22 Nov 2008 05:15:21 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.2.2</generator>

	<item>
		<title>By: jeremy</title>
		<link>http://vbnotebookfor.net/2007/07/25/mycomputerfilesystem-shortcuts-for-vbnet-part-i/#comment-1208</link>
		<author>jeremy</author>
		<pubDate>Fri, 12 Sep 2008 16:57:43 +0000</pubDate>
		<guid>http://vbnotebookfor.net/2007/07/25/mycomputerfilesystem-shortcuts-for-vbnet-part-i/#comment-1208</guid>
		<description>it's not quirky at all if you look at what it is doing.

if you tell it c:\directory\someotherDirectory\ and then tell it, "from there, go to \thisplace.ext," it's doing exactly what you said. "Go down two levels, then go to \ (root) and find the path to the file thisplace.ext."

If you put a dot in front of the \ then you're indicating "this directory". you're saying "start at \directory\someotherDirectory, and then go to the directory you're in (.)  and find the path for the file thisplace.ext."

If you passed it \\thisserver\shareA\ and also \\otherserver\shareB\file.ext it should return \\otherserver\shareB\file.ext -- you just said "go to thisserver, find shareA, and from there go to \\ (new server) otherserver and find shareB and return the path to the file there named file.ext.</description>
		<content:encoded><![CDATA[<p>it&#8217;s not quirky at all if you look at what it is doing.</p>
<p>if you tell it c:\directory\someotherDirectory\ and then tell it, &#8220;from there, go to \thisplace.ext,&#8221; it&#8217;s doing exactly what you said. &#8220;Go down two levels, then go to \ (root) and find the path to the file thisplace.ext.&#8221;</p>
<p>If you put a dot in front of the \ then you&#8217;re indicating &#8220;this directory&#8221;. you&#8217;re saying &#8220;start at \directory\someotherDirectory, and then go to the directory you&#8217;re in (.)  and find the path for the file thisplace.ext.&#8221;</p>
<p>If you passed it \\thisserver\shareA\ and also \\otherserver\shareB\file.ext it should return \\otherserver\shareB\file.ext &#8212; you just said &#8220;go to thisserver, find shareA, and from there go to \\ (new server) otherserver and find shareB and return the path to the file there named file.ext.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Evan</title>
		<link>http://vbnotebookfor.net/2007/07/25/mycomputerfilesystem-shortcuts-for-vbnet-part-i/#comment-1026</link>
		<author>Evan</author>
		<pubDate>Wed, 19 Mar 2008 13:20:15 +0000</pubDate>
		<guid>http://vbnotebookfor.net/2007/07/25/mycomputerfilesystem-shortcuts-for-vbnet-part-i/#comment-1026</guid>
		<description>The copyfile command is great for local stuff, but I have searching hi and low for how to copy a file over a network. For example...
I need to copy a selected file "strFileToCopy" to another server in an unshared folder "strDestination" which would be \\server01\winnt\system32". How would i go about coding this baby?
Any help would be greatly appreciated.
Thanks.</description>
		<content:encoded><![CDATA[<p>The copyfile command is great for local stuff, but I have searching hi and low for how to copy a file over a network. For example&#8230;<br />
I need to copy a selected file &#8220;strFileToCopy&#8221; to another server in an unshared folder &#8220;strDestination&#8221; which would be \\server01\winnt\system32&#8243;. How would i go about coding this baby?<br />
Any help would be greatly appreciated.<br />
Thanks.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
