<div class="separator" style="clear: both; text-align: center;"><a href="https://2.bp.blogspot.com/-Uhn3E6SmR7w/XLh3yWVoMfI/AAAAAAAAGKU/Ox7nRFQZG802ocwLvP4xohqDkHHfvYytgCLcBGAs/s1600/folders-custom.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"><img alt="Create Folder And Check Exist VB.NET" border="0" data-original-height="947" data-original-width="1516" height="398" src="https://2.bp.blogspot.com/-Uhn3E6SmR7w/XLh3yWVoMfI/AAAAAAAAGKU/Ox7nRFQZG802ocwLvP4xohqDkHHfvYytgCLcBGAs/s640/folders-custom.png" title="Create Folder And Check Exist VB.NET" width="640" /></a></div><div class="separator" style="clear: both; text-align: center;"></div><div class="separator" style="clear: both; text-align: center;"></div><br />How to create folder by using VB.NET<br /><pre><code class="language-net"> If(Not System.IO.Directory.Exists(YourPath)) Then System.IO.Directory.CreateDirectory(YourPath) End If </code></pre>
Posting Komentar
Posting Komentar