Working with Files and Directories using ASP.NET
page 4 of 8
by SANJIT SIL
Feedback
Average Rating: This article has not yet been rated.
Views (Total / Last 10 Days): 55238/ 64

FileAccess Enumeration

FileAccess Enumeration defines constants for read, write, or read/write access to a file.

Read

It defines read access to the file.  Data can be read from the file.  Combine with Write for read or write access.

ReadWrite

It defines read and write access to the file.  Data can be written to and read from the file. 

Write

It defines write access to the file.  Data can be written to the file.  Combine with Read for read or write access. 


View Entire Article

User Comments

No comments posted yet.






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


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