<?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>CreateDirectory Archives - IODocs</title>
	<atom:link href="https://www.iodocs.com/tag/createdirectory/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.iodocs.com/tag/createdirectory/</link>
	<description>IODocs: Comprehensive How-To Guides, Software Tutorials, and More IODocs.com</description>
	<lastBuildDate>Thu, 19 Apr 2018 14:15:41 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9</generator>

<image>
	<url>https://www.iodocs.com/wp-content/uploads/2019/01/cropped-logoIODOCSretina-32x32.avif</url>
	<title>CreateDirectory Archives - IODocs</title>
	<link>https://www.iodocs.com/tag/createdirectory/</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>C# If a folder does not exist, create it</title>
		<link>https://www.iodocs.com/c-if-a-folder-does-not-exist-create-it/</link>
		
		<dc:creator><![CDATA[rck]]></dc:creator>
		<pubDate>Mon, 09 Jan 2017 21:37:16 +0000</pubDate>
				<category><![CDATA[CSharp]]></category>
		<category><![CDATA[NET]]></category>
		<category><![CDATA[c++]]></category>
		<category><![CDATA[CreateDirectory]]></category>
		<guid isPermaLink="false">https://iodocs.com/?p=615</guid>

					<description><![CDATA[<p>Just write this line : System.IO.Directory.CreateDirectory(myDir); If the folder does not exist yet, it will be created. If the folder exists already, the line will be ignored. Summary Exposes static methods for creating, moving, and enumerating through directories and subdirectories. Remarks All methods of the Directory class are static and can therefore be called without [&#8230;]</p>
<p>The post <a href="https://www.iodocs.com/c-if-a-folder-does-not-exist-create-it/">C# If a folder does not exist, create it</a> appeared first on <a href="https://www.iodocs.com">IODocs</a>.</p>
]]></description>
		
		
		
			</item>
	</channel>
</rss>
