Mono Class Library: System.IO NamespaceSystem.IO.File Class |
See Also: File Members
|
All public static members of this type are safe for multithreaded operations. No instance members are guaranteed to be thread safe.
Implementations of this class are required to preserve the case of path strings. Implementations are required to be case sensitive if and only if the platform is case-sensitive.
The following table describes the enumerations that are used to customize the behavior of various System.IO.File methods.
[Edit]
Enumeration Description System.IO.FileAccess Specifies read and write access to a file. System.IO.FileShare Specifies the level of access permitted for a file that is already in use. System.IO.FileMode Specifies whether the contents of an existing file are preserved or overwritten, and whether requests to create an existing file cause an exception.
Namespace: System.IO
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0