﻿<?xml version="1.0" encoding="utf-8"?><rss version="2.0"><channel><title>Files, Directory, IO Latest Content</title><link>http://www.c-sharpcorner.com</link><description>Watch latest content from Files, Directory, IO</description><copyright>© 1999 - 2012  Mindcracker LLC. All Rights Reserved</copyright><item><title>Copy files from one directory to another</title><description>How to get all file names from a directory/Folder and copy it to another location</description><link>http://www.c-sharpcorner.com/Blogs/11869/copy-files-from-one-directory-to-another.aspx</link><pubDate>Jun 05, 2013</pubDate><author>Pankaj Pandey</author></item><item><title>Remove ReadOnly file attribute</title><description>See this blog code to remove ReadOnly file attribute.</description><link>http://www.c-sharpcorner.com/Blogs/11689/remove-readonly-file-attribute.aspx</link><pubDate>May 16, 2013</pubDate><author>Bhushan Bhure</author></item><item><title>File Manager in C#</title><description>File manager is an application that sorts the users file from the system into the proper directory.
</description><link>http://www.c-sharpcorner.com/Blogs/10598/file-manager-in-C-Sharp.aspx</link><pubDate>Dec 13, 2012</pubDate><author>Rumman Siddiqui</author></item><item><title>Set File Last Write Time in C#</title><description>In this article we will discuss about how to Set File Last Write Time in C#.</description><link>http://www.c-sharpcorner.com/UploadFile/dbeniwal321/set-file-last-write-time-in-C-Sharp/</link><pubDate>Aug 21, 2012</pubDate><author>Dinesh Beniwal</author></item><item><title>Decrypt a File in C#</title><description>In this article we will discuss about how to Decrypt a File in C#.</description><link>http://www.c-sharpcorner.com/UploadFile/dbeniwal321/decrypt-a-file-in-C-Sharp/</link><pubDate>Aug 16, 2012</pubDate><author>Dinesh Beniwal</author></item><item><title>Set File Creation Time in C#</title><description>In this article we will discuss about how to Set File Creation Time in C#.</description><link>http://www.c-sharpcorner.com/UploadFile/dbeniwal321/set-file-creation-time-in-C-Sharp/</link><pubDate>Aug 14, 2012</pubDate><author>Dinesh Beniwal</author></item><item><title>Encrypt a File in C#</title><description>In this article we will discuss about how to Encrypt a File in C#.</description><link>http://www.c-sharpcorner.com/UploadFile/dbeniwal321/encrypt-and-decrypt-a-file-in-C-Sharp/</link><pubDate>Aug 09, 2012</pubDate><author>Dinesh Beniwal</author></item><item><title>Get File Last Write Time in C#</title><description>In this article we will discuss about how to Get File Last Write Time in C#.</description><link>http://www.c-sharpcorner.com/UploadFile/dbeniwal321/get-and-set-file-last-write-time-in-C-Sharp2/</link><pubDate>Aug 09, 2012</pubDate><author>Dinesh Beniwal</author></item><item><title>Get File Creation Time in C#</title><description>In this article we will discuss about how to Get File Creation Time in C#.</description><link>http://www.c-sharpcorner.com/UploadFile/dbeniwal321/get-and-set-file-creation-time-in-C-Sharp/</link><pubDate>Aug 09, 2012</pubDate><author>Dinesh Beniwal</author></item><item><title>Enumerate Files in C#</title><description>In this article we will discuss about how to Enumerate File in C#.</description><link>http://www.c-sharpcorner.com/UploadFile/dbeniwal321/enumerate-files-in-C-Sharp/</link><pubDate>Jul 20, 2012</pubDate><author>Dinesh Beniwal</author></item><item><title>Enumerate Directory in C#</title><description>In this article we will discuss about how to enumerate Directory in C#.</description><link>http://www.c-sharpcorner.com/UploadFile/dbeniwal321/enumerate-directory-in-C-Sharp/</link><pubDate>Jul 20, 2012</pubDate><author>Dinesh Beniwal</author></item><item><title>Get and Set File Last Write Time in C#</title><description>In this article we will discuss about how to get and set Last Write Time of File in C#.</description><link>http://www.c-sharpcorner.com/UploadFile/dbeniwal321/get-and-set-file-last-write-time-in-C-Sharp/</link><pubDate>Jul 20, 2012</pubDate><author>Dinesh Beniwal</author></item><item><title>Get Sub Directories in C#</title><description>In this article we will discuss about how to get sub directories in C#.</description><link>http://www.c-sharpcorner.com/UploadFile/dbeniwal321/get-sub-directories-in-C-Sharp/</link><pubDate>Jul 20, 2012</pubDate><author>Dinesh Beniwal</author></item><item><title>Get Parent Directory in C#</title><description>How to get the parent directory of a sub directory using C# and .NET.</description><link>http://www.c-sharpcorner.com/UploadFile/mahesh/get-parent-directory-in-C-Sharp/</link><pubDate>Jul 18, 2012</pubDate><author>Mahesh Chand</author></item><item><title>Move a directory in C#</title><description>How to move a directory using C# and .NET.</description><link>http://www.c-sharpcorner.com/UploadFile/mahesh/move-a-directory-in-C-Sharp/</link><pubDate>Jul 17, 2012</pubDate><author>Mahesh Chand</author></item><item><title>Check if a directory Exists in C#</title><description>How to Check if a directory Exists using C# and .NET.</description><link>http://www.c-sharpcorner.com/UploadFile/mahesh/check-if-a-directory-exists-in-C-Sharp/</link><pubDate>Jul 17, 2012</pubDate><author>Mahesh Chand</author></item><item><title>Delete a directory in C#</title><description>How to delete a directory in C# and .NET.</description><link>http://www.c-sharpcorner.com/UploadFile/mahesh/delete-a-directory-in-C-Sharp/</link><pubDate>Jul 17, 2012</pubDate><author>Mahesh Chand</author></item><item><title>Create a Directory in C#</title><description>How to create a directory or folder using C# and .NET.</description><link>http://www.c-sharpcorner.com/UploadFile/mahesh/create-a-directory-in-C-Sharp/</link><pubDate>Jul 16, 2012</pubDate><author>Mahesh Chand</author></item><item><title>How to check when a file was last updated in C#</title><description>How to check when a file was last accessed and updated in C# and .NET. </description><link>http://www.c-sharpcorner.com/UploadFile/mahesh/how-to-check-when-a-file-was-last-updated-in-C-Sharp/</link><pubDate>Jul 14, 2012</pubDate><author>Mahesh Chand</author></item><item><title>File creation time in C#</title><description>How to check when a file was created in C#</description><link>http://www.c-sharpcorner.com/UploadFile/mahesh/how-to-check-when-a-file-was-created-in-C-Sharp/</link><pubDate>Jul 14, 2012</pubDate><author>Mahesh Chand</author></item><item><title>How to check if a file is read only in C#</title><description>How to check if a file is read only in C#</description><link>http://www.c-sharpcorner.com/UploadFile/mahesh/how-to-check-if-a-file-is-read-only-in-C-Sharp/</link><pubDate>Jul 14, 2012</pubDate><author>Mahesh Chand</author></item><item><title>How to get a file size in C#</title><description>How to get a file size in bytes using C# and .NET.</description><link>http://www.c-sharpcorner.com/UploadFile/mahesh/how-to-get-a-file-size-in-C-Sharp/</link><pubDate>Jul 14, 2012</pubDate><author>Mahesh Chand</author></item><item><title>How to check if a file exists in C#</title><description>How to check if a file exists in C# and .NET.</description><link>http://www.c-sharpcorner.com/UploadFile/mahesh/how-to-check-if-a-file-exists-in-C-Sharp/</link><pubDate>Jul 14, 2012</pubDate><author>Mahesh Chand</author></item><item><title>Getting File From a Directory</title><description>Get a list of files in a directory.</description><link>http://www.c-sharpcorner.com/Blogs/9255/getting-file-from-a-directory.aspx</link><pubDate>May 18, 2012</pubDate><author>mahesh p</author></item><item><title>Practical Approach of Getting Special Folders Path in the Environment Using C#</title><description>In this blog we are going to see, How to get the path of all the Special Folders in the Environment using C#.
</description><link>http://www.c-sharpcorner.com/Blogs/8890/practical-approach-of-getting-special-folders-path-in-the-en.aspx</link><pubDate>Apr 28, 2012</pubDate><author>Lajapathy Arun</author></item><item><title>File Encoding And Decoding In .Net Using Simple IO Operations</title><description>In this blog we will discuss how to encode and decode the files using simple IO operations in .Net.
</description><link>http://www.c-sharpcorner.com/Blogs/6448/file-encoding-and-decoding-in-net-using-simple-io-operation.aspx</link><pubDate>Aug 30, 2011</pubDate><author>Krishna Garad</author></item><item><title>System.Uri class for getting the relative path</title><description>How to find a relative path based on a base path.</description><link>http://www.c-sharpcorner.com/Blogs/4281/system-uri-class-for-getting-the-relative-path.aspx</link><pubDate>Feb 15, 2011</pubDate><author>Shinuraj </author></item><item><title>Synchronizing Directories In Code</title><description> Create an algorithm to detect and synchronize files from two different directories.</description><link>http://www.c-sharpcorner.com/Blogs/3922/synchronizing-directories-in-code.aspx</link><pubDate>Nov 09, 2010</pubDate><author>Felipe Ramos</author></item><item><title>Computer log in C#</title><description>Here is console application which is designed to log everytime your computer is turned on.</description><link>http://www.c-sharpcorner.com/Blogs/3706/computer-log-in-C-Sharp.aspx</link><pubDate>Sep 30, 2010</pubDate><author>Joe </author></item><item><title>How to create folder</title><description>How to create folder in c#.</description><link>http://www.c-sharpcorner.com/Blogs/3678/how-to-create-folder.aspx</link><pubDate>Sep 22, 2010</pubDate><author>Owais Khan</author></item><item><title>How to write or create a text file in C#</title><description>The code snippet in this blog demonstrates how to write or create a text file in C#.</description><link>http://www.c-sharpcorner.com/Blogs/3669/how-to-write-or-create-a-text-file-in-C-Sharp.aspx</link><pubDate>Sep 21, 2010</pubDate><author>Owais Khan</author></item><item><title>How to read text from notepad?</title><description>How to read text from notepad in C#.</description><link>http://www.c-sharpcorner.com/Blogs/3668/how-to-read-text-from-notepad.aspx</link><pubDate>Sep 21, 2010</pubDate><author>Owais Khan</author></item><item><title>How to convert your file into binary form?</title><description>How to convert your file into binary form?</description><link>http://www.c-sharpcorner.com/Blogs/3667/how-to-convert-your-file-into-binary-form.aspx</link><pubDate>Sep 21, 2010</pubDate><author>Owais Khan</author></item></channel></rss>