<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Комментарии: Получить полный путь к файлу/каталогу в bash</title>
	<atom:link href="http://typedef.ru/2010/05/get-full-file-or-catalog-path/feed/" rel="self" type="application/rss+xml" />
	<link>http://typedef.ru/2010/05/get-full-file-or-catalog-path/</link>
	<description>Сан Саныч о программировании, технологиях, Computer Science и вообще.</description>
	<lastBuildDate>Sat, 03 Dec 2011 07:20:39 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
	<item>
		<title>Автор: FallenGameR</title>
		<link>http://typedef.ru/2010/05/get-full-file-or-catalog-path/comment-page-1/#comment-5685</link>
		<dc:creator>FallenGameR</dc:creator>
		<pubDate>Tue, 18 May 2010 13:48:41 +0000</pubDate>
		<guid isPermaLink="false">http://typedef.ru/?p=581#comment-5685</guid>
		<description>Похоже, никак не обстоит дело - http://stackoverflow.com/questions/1750984/what-is-the-right-way-to-compare-two-filenames-to-see-if-they-are-the-same-file в конце есть коммент, что символические ссылки просто не поддерживаются.

В самом хелпе ничего про ссылки нет http://msdn.microsoft.com/en-us/library/system.io.path.getfullpath.aspx</description>
		<content:encoded><![CDATA[<p>Похоже, никак не обстоит дело &#8212; <a href="http://stackoverflow.com/questions/1750984/what-is-the-right-way-to-compare-two-filenames-to-see-if-they-are-the-same-file" rel="nofollow">http://stackoverflow.com/questions/1750984/what-is-the-right-way-to-compare-two-filenames-to-see-if-they-are-the-same-file</a> в конце есть коммент, что символические ссылки просто не поддерживаются.</p>
<p>В самом хелпе ничего про ссылки нет <a href="http://msdn.microsoft.com/en-us/library/system.io.path.getfullpath.aspx" rel="nofollow">http://msdn.microsoft.com/en-us/library/system.io.path.getfullpath.aspx</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Автор: Сан Саныч</title>
		<link>http://typedef.ru/2010/05/get-full-file-or-catalog-path/comment-page-1/#comment-5684</link>
		<dc:creator>Сан Саныч</dc:creator>
		<pubDate>Tue, 18 May 2010 13:43:36 +0000</pubDate>
		<guid isPermaLink="false">http://typedef.ru/?p=581#comment-5684</guid>
		<description>Кстати, а как в GetFullPath обстоит дело с символическими ссылками? Они раскрываются в середине пути?</description>
		<content:encoded><![CDATA[<p>Кстати, а как в GetFullPath обстоит дело с символическими ссылками? Они раскрываются в середине пути?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Автор: Сан Саныч</title>
		<link>http://typedef.ru/2010/05/get-full-file-or-catalog-path/comment-page-1/#comment-5683</link>
		<dc:creator>Сан Саныч</dc:creator>
		<pubDate>Tue, 18 May 2010 13:42:28 +0000</pubDate>
		<guid isPermaLink="false">http://typedef.ru/?p=581#comment-5683</guid>
		<description>bash и Autotools - феерически корявые, неудобные и полные костылей страшилища. Но, черт возьми, чувствуешь себя настоящим хакером, когда их используешь!

Грустно все это.</description>
		<content:encoded><![CDATA[<p>bash и Autotools &#8212; феерически корявые, неудобные и полные костылей страшилища. Но, черт возьми, чувствуешь себя настоящим хакером, когда их используешь!</p>
<p>Грустно все это.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Автор: FallenGameR</title>
		<link>http://typedef.ru/2010/05/get-full-file-or-catalog-path/comment-page-1/#comment-5682</link>
		<dc:creator>FallenGameR</dc:creator>
		<pubDate>Tue, 18 May 2010 12:29:20 +0000</pubDate>
		<guid isPermaLink="false">http://typedef.ru/?p=581#comment-5682</guid>
		<description>Решил посмотреть как оно будет звучать в PowerShell. Получилось так:

$absPath = [System.IO.Path]::GetFullPath( $relPath )</description>
		<content:encoded><![CDATA[<p>Решил посмотреть как оно будет звучать в PowerShell. Получилось так:</p>
<p>$absPath = [System.IO.Path]::GetFullPath( $relPath )</p>
]]></content:encoded>
	</item>
</channel>
</rss>

