FileAccess Enumeration

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

This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.

Namespace:  System.IO
Assembly:  mscorlib (in mscorlib.dll)

No code example is currently available or this language may not be supported.

Member nameDescription
Supported by Silverlight for Windows PhoneSupported by Xbox 360ReadRead access to the file. Data can be read from the file. Combine with Write for read/write access.
Supported by Silverlight for Windows PhoneSupported by Xbox 360WriteWrite access to the file. Data can be written to the file. Combine with Read for read/write access.
Supported by Silverlight for Windows PhoneSupported by Xbox 360ReadWriteRead and write access to the file. Data can be written to and read from the file.

Specify a FileAccess parameter in IsolatedStorageFileStream constructors.

The following example accesses a file for writing. This code example is part of a larger example provided for the IsolatedStorageFile class.

No code example is currently available or this language may not be supported.

Silverlight

Supported in: 5, 4, 3

Silverlight for Windows Phone

Supported in: Windows Phone OS 7.1, Windows Phone OS 7.0

XNA Framework

Supported in: Xbox 360, Windows Phone OS 7.0

For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.

Community Additions

ADD
Show: