Click to Rate and Give Feedback
MSDN
MSDN Library

  Switch on low bandwidth view
.NET Framework Class Library
FileAccess Fields
[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Defines constants for read, write, or read/write access to a file.

The following tables list the members exposed by the FileAccess type.

  NameDescription
static memberSupported by the .NET Compact FrameworkSupported by the XNA FrameworkReadRead access to the file. Data can be read from the file. Combine with Write for read/write access.
static memberSupported by the .NET Compact FrameworkSupported by the XNA FrameworkReadWriteRead and write access to the file. Data can be written to and read from the file.
static memberSupported by the .NET Compact FrameworkSupported by the XNA FrameworkWriteWrite access to the file. Data can be written to the file. Combine with Read for read/write access.

Reference

FileAccess Type
System.IO Namespace
© 2009 Microsoft Corporation. All rights reserved. Terms of Use  |  Trademarks  |  Privacy Statement
Page view tracker