Working with File and Directory Properties, Attributes and Access Control List
page 1 of 7
Published: 30 Oct 2006
Abstract
This article will explain how we can access and modify file and directory properties, attributes and Access Control Lists.
by SANJIT SIL
Feedback
Average Rating: This article has not yet been rated.
Views (Total / Last 10 Days): 40689/ 79

Introduction

The .NET Framework provides a set of classes in the System.IO namespace to allow synchronous and asynchronous reading from and writing to data streams and files which are very much required in our real life applications to read, write, or manipulate files and directories.  .NET Framework 2.0 has introduced a new set of classes in the Framework Class Library (FCL) that allow us to work with the NTFS Access Control Lists.  We can get object owners, security descriptors, create security descriptors, and much more.  All of this resides under the System.Security.AccessControl namespace.  The sample code snippets in this article have been written in C#.


View Entire Article

User Comments

No comments posted yet.

Product Spotlight
Product Spotlight 





Community Advice: ASP | SQL | XML | Regular Expressions | Windows


©Copyright 1998-2024 ASPAlliance.com  |  Page Processed at 2024-04-23 2:20:13 PM  AspAlliance Recent Articles RSS Feed
About ASPAlliance | Newsgroups | Advertise | Authors | Email Lists | Feedback | Link To Us | Privacy | Search