 |
Refer Listing To A Friend |
|
|
 |
SUGGEST Working with Directories, Drives and Files in ASP.NET TO A FRIEND...
If you have a friend that you would like to recommend this page to,
or if you just want to send yourself a reminder, here is the easy
way to do it!
Simply fill in the e-mail address of the person(s) you wish to tell
about Working with Directories, Drives and Files in ASP.NET, your name and e-mail address (so they do
not think it is spam and can reply to you directly with gracious thanks),
and click the SEND button.
If you want to, you can also enter a message that will be included
on the e-mail.
After sending the e-mail, you will be transported back to the
page you recommended!
| Resource Title: |
Working with Directories, Drives and Files in ASP.NET |
| URL: | [CLICK HERE] |
| Description: |
Many times in your ASP.NET applications, you need to interact with the local file system, directory structures, reading and writing to files. or performing many other tasks. The System.IO namespace in the .NET framework makes working with file system and directories very easy. However there are things you need to keep in mind that is security. When you reading, or writing a file or folders in Web application, you are actually executing on behalf of the users that being assigned to your web application and mostly it is under ASP.NET user or Network Service user. You need to make sure that the user itself has write or read access for the particular file or directory you are working on.
In this article, I will list down few important classes in .NET that you need to know in order to manipulate files and folders in ASP.NET application.
| |
|
|
|
 |
|