[Build] Move netcoreapp ref assemblies to Tizen.NET.APIx
[platform/core/csapi/tizenfx.git] / pkg / Tizen.NET.API6 / build / tizen60 / ref / System.IO.FileSystem.xml
1 <?xml version="1.0" encoding="utf-8"?><doc>
2   <assembly>
3     <name>System.IO.FileSystem</name>
4   </assembly>
5   <members>
6     <member name="T:System.IO.SearchOption">
7       <summary>Specifies whether to search the current directory, or the current directory and all subdirectories.</summary>
8     </member>
9     <member name="F:System.IO.SearchOption.AllDirectories">
10       <summary>Includes the current directory and all its subdirectories in a search operation. This option includes reparse points such as mounted drives and symbolic links in the search.</summary>
11       <returns></returns>
12     </member>
13     <member name="F:System.IO.SearchOption.TopDirectoryOnly">
14       <summary>Includes only the current directory in a search operation.</summary>
15       <returns></returns>
16     </member>
17     <member name="T:System.IO.MatchType">
18       
19     </member>
20     <member name="F:System.IO.MatchType.Simple">
21       <returns></returns>
22     </member>
23     <member name="F:System.IO.MatchType.Win32">
24       <returns></returns>
25     </member>
26     <member name="T:System.IO.MatchCasing">
27       
28     </member>
29     <member name="F:System.IO.MatchCasing.CaseInsensitive">
30       <returns></returns>
31     </member>
32     <member name="F:System.IO.MatchCasing.CaseSensitive">
33       <returns></returns>
34     </member>
35     <member name="F:System.IO.MatchCasing.PlatformDefault">
36       <returns></returns>
37     </member>
38     <member name="T:System.IO.FileSystemInfo">
39       <summary>Provides the base class for both <see cref="T:System.IO.FileInfo"></see> and <see cref="T:System.IO.DirectoryInfo"></see> objects.</summary>
40     </member>
41     <member name="M:System.IO.FileSystemInfo.#ctor">
42       <summary>Initializes a new instance of the <see cref="T:System.IO.FileSystemInfo"></see> class.</summary>
43     </member>
44     <member name="M:System.IO.FileSystemInfo.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
45       <summary>Initializes a new instance of the <see cref="T:System.IO.FileSystemInfo"></see> class with serialized data.</summary>
46       <param name="info">The <see cref="T:System.Runtime.Serialization.SerializationInfo"></see> that holds the serialized object data about the exception being thrown.</param>
47       <param name="context">The <see cref="T:System.Runtime.Serialization.StreamingContext"></see> that contains contextual information about the source or destination.</param>
48       <exception cref="T:System.ArgumentNullException">The specified <see cref="System.Runtime.Serialization.SerializationInfo"></see> is null.</exception>
49     </member>
50     <member name="P:System.IO.FileSystemInfo.Attributes">
51       <summary>Gets or sets the attributes for the current file or directory.</summary>
52       <returns><see cref="T:System.IO.FileAttributes"></see> of the current <see cref="T:System.IO.FileSystemInfo"></see>.</returns>
53       <exception cref="T:System.IO.FileNotFoundException">The specified file doesn&amp;#39;t exist. Only thrown when setting the property value.</exception>
54       <exception cref="T:System.IO.DirectoryNotFoundException">The specified path is invalid. For example, it&amp;#39;s on an unmapped drive. Only thrown when setting the property value.</exception>
55       <exception cref="T:System.Security.SecurityException">The caller doesn&amp;#39;t have the required permission.</exception>
56       <exception cref="T:System.ArgumentException">The caller attempts to set an invalid file attribute.  
57  -or-  
58  The user attempts to set an attribute value but doesn&amp;#39;t have write permission.</exception>
59       <exception cref="T:System.IO.IOException"><see cref="System.IO.FileSystemInfo.Refresh"></see> cannot initialize the data.</exception>
60     </member>
61     <member name="P:System.IO.FileSystemInfo.CreationTime">
62       <summary>Gets or sets the creation time of the current file or directory.</summary>
63       <returns>The creation date and time of the current <see cref="T:System.IO.FileSystemInfo"></see> object.</returns>
64       <exception cref="T:System.IO.IOException"><see cref="System.IO.FileSystemInfo.Refresh"></see> cannot initialize the data.</exception>
65       <exception cref="T:System.IO.DirectoryNotFoundException">The specified path is invalid; for example, it is on an unmapped drive.</exception>
66       <exception cref="T:System.PlatformNotSupportedException">The current operating system is not Windows NT or later.</exception>
67       <exception cref="T:System.ArgumentOutOfRangeException">The caller attempts to set an invalid creation time.</exception>
68     </member>
69     <member name="P:System.IO.FileSystemInfo.CreationTimeUtc">
70       <summary>Gets or sets the creation time, in coordinated universal time (UTC), of the current file or directory.</summary>
71       <returns>The creation date and time in UTC format of the current <see cref="T:System.IO.FileSystemInfo"></see> object.</returns>
72       <exception cref="T:System.IO.IOException"><see cref="System.IO.FileSystemInfo.Refresh"></see> cannot initialize the data.</exception>
73       <exception cref="T:System.IO.DirectoryNotFoundException">The specified path is invalid; for example, it is on an unmapped drive.</exception>
74       <exception cref="T:System.PlatformNotSupportedException">The current operating system is not Windows NT or later.</exception>
75       <exception cref="T:System.ArgumentOutOfRangeException">The caller attempts to set an invalid access time.</exception>
76     </member>
77     <member name="M:System.IO.FileSystemInfo.Delete">
78       <summary>Deletes a file or directory.</summary>
79       <exception cref="T:System.IO.DirectoryNotFoundException">The specified path is invalid; for example, it is on an unmapped drive.</exception>
80       <exception cref="T:System.IO.IOException">There is an open handle on the file or directory, and the operating system is Windows XP or earlier. This open handle can result from enumerating directories and files. For more information, see How to: Enumerate Directories and Files.</exception>
81     </member>
82     <member name="P:System.IO.FileSystemInfo.Exists">
83       <summary>Gets a value indicating whether the file or directory exists.</summary>
84       <returns><see langword="true"></see> if the file or directory exists; otherwise, <see langword="false"></see>.</returns>
85     </member>
86     <member name="P:System.IO.FileSystemInfo.Extension">
87       <summary>Gets the string representing the extension part of the file.</summary>
88       <returns>A string containing the <see cref="T:System.IO.FileSystemInfo"></see> extension.</returns>
89     </member>
90     <member name="P:System.IO.FileSystemInfo.FullName">
91       <summary>Gets the full path of the directory or file.</summary>
92       <returns>A string containing the full path.</returns>
93       <exception cref="T:System.IO.PathTooLongException">The fully qualified path and file name is 260 or more characters.</exception>
94       <exception cref="T:System.Security.SecurityException">The caller does not have the required permission.</exception>
95     </member>
96     <member name="F:System.IO.FileSystemInfo.FullPath">
97       <summary>Represents the fully qualified path of the directory or file.</summary>
98       <returns></returns>
99       <exception cref="T:System.IO.PathTooLongException">The fully qualified path is 260 or more characters.</exception>
100     </member>
101     <member name="M:System.IO.FileSystemInfo.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
102       <summary>Sets the <see cref="T:System.Runtime.Serialization.SerializationInfo"></see> object with the file name and additional exception information.</summary>
103       <param name="info">The <see cref="T:System.Runtime.Serialization.SerializationInfo"></see> that holds the serialized object data about the exception being thrown.</param>
104       <param name="context">The <see cref="T:System.Runtime.Serialization.StreamingContext"></see> that contains contextual information about the source or destination.</param>
105     </member>
106     <member name="P:System.IO.FileSystemInfo.LastAccessTime">
107       <summary>Gets or sets the time the current file or directory was last accessed.</summary>
108       <returns>The time that the current file or directory was last accessed.</returns>
109       <exception cref="T:System.IO.IOException"><see cref="System.IO.FileSystemInfo.Refresh"></see> cannot initialize the data.</exception>
110       <exception cref="T:System.PlatformNotSupportedException">The current operating system is not Windows NT or later.</exception>
111       <exception cref="T:System.ArgumentOutOfRangeException">The caller attempts to set an invalid access time</exception>
112     </member>
113     <member name="P:System.IO.FileSystemInfo.LastAccessTimeUtc">
114       <summary>Gets or sets the time, in coordinated universal time (UTC), that the current file or directory was last accessed.</summary>
115       <returns>The UTC time that the current file or directory was last accessed.</returns>
116       <exception cref="T:System.IO.IOException"><see cref="System.IO.FileSystemInfo.Refresh"></see> cannot initialize the data.</exception>
117       <exception cref="T:System.PlatformNotSupportedException">The current operating system is not Windows NT or later.</exception>
118       <exception cref="T:System.ArgumentOutOfRangeException">The caller attempts to set an invalid access time.</exception>
119     </member>
120     <member name="P:System.IO.FileSystemInfo.LastWriteTime">
121       <summary>Gets or sets the time when the current file or directory was last written to.</summary>
122       <returns>The time the current file was last written.</returns>
123       <exception cref="T:System.IO.IOException"><see cref="System.IO.FileSystemInfo.Refresh"></see> cannot initialize the data.</exception>
124       <exception cref="T:System.PlatformNotSupportedException">The current operating system is not Windows NT or later.</exception>
125       <exception cref="T:System.ArgumentOutOfRangeException">The caller attempts to set an invalid write time.</exception>
126     </member>
127     <member name="P:System.IO.FileSystemInfo.LastWriteTimeUtc">
128       <summary>Gets or sets the time, in coordinated universal time (UTC), when the current file or directory was last written to.</summary>
129       <returns>The UTC time when the current file was last written to.</returns>
130       <exception cref="T:System.IO.IOException"><see cref="System.IO.FileSystemInfo.Refresh"></see> cannot initialize the data.</exception>
131       <exception cref="T:System.PlatformNotSupportedException">The current operating system is not Windows NT or later.</exception>
132       <exception cref="T:System.ArgumentOutOfRangeException">The caller attempts to set an invalid write time.</exception>
133     </member>
134     <member name="P:System.IO.FileSystemInfo.Name">
135       <summary>For files, gets the name of the file. For directories, gets the name of the last directory in the hierarchy if a hierarchy exists. Otherwise, the <see langword="Name"></see> property gets the name of the directory.</summary>
136       <returns>A string that is the name of the parent directory, the name of the last directory in the hierarchy, or the name of a file, including the file name extension.</returns>
137     </member>
138     <member name="F:System.IO.FileSystemInfo.OriginalPath">
139       <summary>The path originally specified by the user, whether relative or absolute.</summary>
140       <returns></returns>
141     </member>
142     <member name="M:System.IO.FileSystemInfo.Refresh">
143       <summary>Refreshes the state of the object.</summary>
144       <exception cref="T:System.IO.IOException">A device such as a disk drive is not ready.</exception>
145     </member>
146     <member name="T:System.IO.FileStream">
147       <summary>Provides a <see cref="T:System.IO.Stream"></see> for a file, supporting both synchronous and asynchronous read and write operations.</summary>
148     </member>
149     <member name="M:System.IO.FileStream.#ctor(Microsoft.Win32.SafeHandles.SafeFileHandle,System.IO.FileAccess)">
150       <summary>Initializes a new instance of the <see cref="T:System.IO.FileStream"></see> class for the specified file handle, with the specified read/write permission.</summary>
151       <param name="handle">A file handle for the file that the current <see langword="FileStream"></see> object will encapsulate.</param>
152       <param name="access">A constant that sets the <see cref="P:System.IO.FileStream.CanRead"></see> and <see cref="P:System.IO.FileStream.CanWrite"></see> properties of the <see langword="FileStream"></see> object.</param>
153       <exception cref="T:System.ArgumentException"><paramref name="access">access</paramref> is not a field of <see cref="System.IO.FileAccess"></see>.</exception>
154       <exception cref="T:System.Security.SecurityException">The caller does not have the required permission.</exception>
155       <exception cref="T:System.IO.IOException">An I/O error, such as a disk error, occurred.  
156  -or-  
157  The stream has been closed.</exception>
158       <exception cref="T:System.UnauthorizedAccessException">The <paramref name="access">access</paramref> requested is not permitted by the operating system for the specified file handle, such as when <paramref name="access">access</paramref> is <see langword="Write"></see> or <see langword="ReadWrite"></see> and the file handle is set for read-only access.</exception>
159     </member>
160     <member name="M:System.IO.FileStream.#ctor(System.String,System.IO.FileMode,System.IO.FileAccess,System.IO.FileShare,System.Int32,System.IO.FileOptions)">
161       <summary>Initializes a new instance of the <see cref="T:System.IO.FileStream"></see> class with the specified path, creation mode, read/write and sharing permission, the access other FileStreams can have to the same file, the buffer size, and additional file options.</summary>
162       <param name="path">A relative or absolute path for the file that the current <see langword="FileStream"></see> object will encapsulate.</param>
163       <param name="mode">A constant that determines how to open or create the file.</param>
164       <param name="access">A constant that determines how the file can be accessed by the <see langword="FileStream"></see> object. This also determines the values returned by the <see cref="P:System.IO.FileStream.CanRead"></see> and <see cref="P:System.IO.FileStream.CanWrite"></see> properties of the <see langword="FileStream"></see> object. <see cref="P:System.IO.FileStream.CanSeek"></see> is <see langword="true"></see> if path specifies a disk file.</param>
165       <param name="share">A constant that determines how the file will be shared by processes.</param>
166       <param name="bufferSize">A positive <see cref="T:System.Int32"></see> value greater than 0 indicating the buffer size. The default buffer size is 4096.</param>
167       <param name="options">A value that specifies additional file options.</param>
168       <exception cref="T:System.ArgumentNullException"><paramref name="path">path</paramref> is <see langword="null"></see>.</exception>
169       <exception cref="T:System.ArgumentException"><paramref name="path">path</paramref> is an empty string (&amp;quot;&amp;quot;), contains only white space, or contains one or more invalid characters.  
170  -or-  
171  <paramref name="path">path</paramref> refers to a non-file device, such as &amp;quot;con:&amp;quot;, &amp;quot;com1:&amp;quot;, &amp;quot;lpt1:&amp;quot;, etc. in an NTFS environment.</exception>
172       <exception cref="T:System.NotSupportedException"><paramref name="path">path</paramref> refers to a non-file device, such as &amp;quot;con:&amp;quot;, &amp;quot;com1:&amp;quot;, &amp;quot;lpt1:&amp;quot;, etc. in a non-NTFS environment.</exception>
173       <exception cref="T:System.ArgumentOutOfRangeException"><paramref name="bufferSize">bufferSize</paramref> is negative or zero.  
174  -or-  
175  <paramref name="mode">mode</paramref>, <paramref name="access">access</paramref>, or <paramref name="share">share</paramref> contain an invalid value.</exception>
176       <exception cref="T:System.IO.FileNotFoundException">The file cannot be found, such as when <paramref name="mode">mode</paramref> is <see langword="FileMode.Truncate"></see> or <see langword="FileMode.Open"></see>, and the file specified by <paramref name="path">path</paramref> does not exist. The file must already exist in these modes.</exception>
177       <exception cref="T:System.IO.IOException">An I/O error, such as specifying <see langword="FileMode.CreateNew"></see> when the file specified by <paramref name="path">path</paramref> already exists, occurred.  
178  -or-  
179  The stream has been closed.</exception>
180       <exception cref="T:System.Security.SecurityException">The caller does not have the required permission.</exception>
181       <exception cref="T:System.IO.DirectoryNotFoundException">The specified path is invalid, such as being on an unmapped drive.</exception>
182       <exception cref="T:System.UnauthorizedAccessException">The <paramref name="access">access</paramref> requested is not permitted by the operating system for the specified <paramref name="path">path</paramref>, such as when <paramref name="access">access</paramref> is <see langword="Write"></see> or <see langword="ReadWrite"></see> and the file or directory is set for read-only access.  
183  -or-  
184  <see cref="System.IO.FileOptions.Encrypted"></see> is specified for <paramref name="options">options</paramref>, but file encryption is not supported on the current platform.</exception>
185       <exception cref="T:System.IO.PathTooLongException">The specified path, file name, or both exceed the system-defined maximum length. For example, on Windows-based platforms, paths must be less than 248 characters, and file names must be less than 260 characters.</exception>
186     </member>
187     <member name="M:System.IO.FileStream.#ctor(System.String,System.IO.FileMode,System.IO.FileAccess,System.IO.FileShare,System.Int32,System.Boolean)">
188       <summary>Initializes a new instance of the <see cref="T:System.IO.FileStream"></see> class with the specified path, creation mode, read/write and sharing permission, buffer size, and synchronous or asynchronous state.</summary>
189       <param name="path">A relative or absolute path for the file that the current <see langword="FileStream"></see> object will encapsulate.</param>
190       <param name="mode">A constant that determines how to open or create the file.</param>
191       <param name="access">A constant that determines how the file can be accessed by the <see langword="FileStream"></see> object. This also determines the values returned by the <see cref="P:System.IO.FileStream.CanRead"></see> and <see cref="P:System.IO.FileStream.CanWrite"></see> properties of the <see langword="FileStream"></see> object. <see cref="P:System.IO.FileStream.CanSeek"></see> is <see langword="true"></see> if path specifies a disk file.</param>
192       <param name="share">A constant that determines how the file will be shared by processes.</param>
193       <param name="bufferSize">A positive <see cref="T:System.Int32"></see> value greater than 0 indicating the buffer size. The default buffer size is 4096..</param>
194       <param name="useAsync">Specifies whether to use asynchronous I/O or synchronous I/O. However, note that the underlying operating system might not support asynchronous I/O, so when specifying <see langword="true"></see>, the handle might be opened synchronously depending on the platform. When opened asynchronously, the <see cref="M:System.IO.FileStream.BeginRead(System.Byte[],System.Int32,System.Int32,System.AsyncCallback,System.Object)"></see> and <see cref="M:System.IO.FileStream.BeginWrite(System.Byte[],System.Int32,System.Int32,System.AsyncCallback,System.Object)"></see> methods perform better on large reads or writes, but they might be much slower for small reads or writes. If the application is designed to take advantage of asynchronous I/O, set the useAsync parameter to <see langword="true"></see>. Using asynchronous I/O correctly can speed up applications by as much as a factor of 10, but using it without redesigning the application for asynchronous I/O can decrease performance by as much as a factor of 10.</param>
195       <exception cref="T:System.ArgumentNullException"><paramref name="path">path</paramref> is <see langword="null"></see>.</exception>
196       <exception cref="T:System.ArgumentException"><paramref name="path">path</paramref> is an empty string (&amp;quot;&amp;quot;), contains only white space, or contains one or more invalid characters.  
197  -or-  
198  <paramref name="path">path</paramref> refers to a non-file device, such as &amp;quot;con:&amp;quot;, &amp;quot;com1:&amp;quot;, &amp;quot;lpt1:&amp;quot;, etc. in an NTFS environment.</exception>
199       <exception cref="T:System.NotSupportedException"><paramref name="path">path</paramref> refers to a non-file device, such as &amp;quot;con:&amp;quot;, &amp;quot;com1:&amp;quot;, &amp;quot;lpt1:&amp;quot;, etc. in a non-NTFS environment.</exception>
200       <exception cref="T:System.ArgumentOutOfRangeException"><paramref name="bufferSize">bufferSize</paramref> is negative or zero.  
201  -or-  
202  <paramref name="mode">mode</paramref>, <paramref name="access">access</paramref>, or <paramref name="share">share</paramref> contain an invalid value.</exception>
203       <exception cref="T:System.IO.FileNotFoundException">The file cannot be found, such as when <paramref name="mode">mode</paramref> is <see langword="FileMode.Truncate"></see> or <see langword="FileMode.Open"></see>, and the file specified by <paramref name="path">path</paramref> does not exist. The file must already exist in these modes.</exception>
204       <exception cref="T:System.IO.IOException">An I/O error, such as specifying <see langword="FileMode.CreateNew"></see> when the file specified by <paramref name="path">path</paramref> already exists, occurred.  
205  -or-  
206  The system is running Windows 98 or Windows 98 Second Edition and <paramref name="share">share</paramref> is set to <see langword="FileShare.Delete"></see>.  
207  -or-  
208  The stream has been closed.</exception>
209       <exception cref="T:System.Security.SecurityException">The caller does not have the required permission.</exception>
210       <exception cref="T:System.IO.DirectoryNotFoundException">The specified path is invalid, such as being on an unmapped drive.</exception>
211       <exception cref="T:System.UnauthorizedAccessException">The <paramref name="access">access</paramref> requested is not permitted by the operating system for the specified <paramref name="path">path</paramref>, such as when <paramref name="access">access</paramref> is <see langword="Write"></see> or <see langword="ReadWrite"></see> and the file or directory is set for read-only access.</exception>
212       <exception cref="T:System.IO.PathTooLongException">The specified path, file name, or both exceed the system-defined maximum length. For example, on Windows-based platforms, paths must be less than 248 characters, and file names must be less than 260 characters.</exception>
213     </member>
214     <member name="M:System.IO.FileStream.#ctor(System.String,System.IO.FileMode,System.IO.FileAccess,System.IO.FileShare)">
215       <summary>Initializes a new instance of the <see cref="T:System.IO.FileStream"></see> class with the specified path, creation mode, read/write permission, and sharing permission.</summary>
216       <param name="path">A relative or absolute path for the file that the current <see langword="FileStream"></see> object will encapsulate.</param>
217       <param name="mode">A constant that determines how to open or create the file.</param>
218       <param name="access">A constant that determines how the file can be accessed by the <see langword="FileStream"></see> object. This also determines the values returned by the <see cref="P:System.IO.FileStream.CanRead"></see> and <see cref="P:System.IO.FileStream.CanWrite"></see> properties of the <see langword="FileStream"></see> object. <see cref="P:System.IO.FileStream.CanSeek"></see> is <see langword="true"></see> if path specifies a disk file.</param>
219       <param name="share">A constant that determines how the file will be shared by processes.</param>
220       <exception cref="T:System.ArgumentNullException"><paramref name="path">path</paramref> is <see langword="null"></see>.</exception>
221       <exception cref="T:System.ArgumentException"><paramref name="path">path</paramref> is an empty string (&amp;quot;&amp;quot;), contains only white space, or contains one or more invalid characters.  
222  -or-  
223  <paramref name="path">path</paramref> refers to a non-file device, such as &amp;quot;con:&amp;quot;, &amp;quot;com1:&amp;quot;, &amp;quot;lpt1:&amp;quot;, etc. in an NTFS environment.</exception>
224       <exception cref="T:System.NotSupportedException"><paramref name="path">path</paramref> refers to a non-file device, such as &amp;quot;con:&amp;quot;, &amp;quot;com1:&amp;quot;, &amp;quot;lpt1:&amp;quot;, etc. in a non-NTFS environment.</exception>
225       <exception cref="T:System.IO.FileNotFoundException">The file cannot be found, such as when <paramref name="mode">mode</paramref> is <see langword="FileMode.Truncate"></see> or <see langword="FileMode.Open"></see>, and the file specified by <paramref name="path">path</paramref> does not exist. The file must already exist in these modes.</exception>
226       <exception cref="T:System.IO.IOException">An I/O error, such as specifying <see langword="FileMode.CreateNew"></see> when the file specified by <paramref name="path">path</paramref> already exists, occurred.  
227  -or-  
228  The system is running Windows 98 or Windows 98 Second Edition and <paramref name="share">share</paramref> is set to <see langword="FileShare.Delete"></see>.  
229  -or-  
230  The stream has been closed.</exception>
231       <exception cref="T:System.Security.SecurityException">The caller does not have the required permission.</exception>
232       <exception cref="T:System.IO.DirectoryNotFoundException">The specified path is invalid, such as being on an unmapped drive.</exception>
233       <exception cref="T:System.UnauthorizedAccessException">The <paramref name="access">access</paramref> requested is not permitted by the operating system for the specified <paramref name="path">path</paramref>, such as when <paramref name="access">access</paramref> is <see langword="Write"></see> or <see langword="ReadWrite"></see> and the file or directory is set for read-only access.</exception>
234       <exception cref="T:System.IO.PathTooLongException">The specified path, file name, or both exceed the system-defined maximum length. For example, on Windows-based platforms, paths must be less than 248 characters, and file names must be less than 260 characters.</exception>
235       <exception cref="T:System.ArgumentOutOfRangeException"><paramref name="mode">mode</paramref> contains an invalid value.</exception>
236     </member>
237     <member name="M:System.IO.FileStream.#ctor(System.String,System.IO.FileMode,System.IO.FileAccess,System.IO.FileShare,System.Int32)">
238       <summary>Initializes a new instance of the <see cref="T:System.IO.FileStream"></see> class with the specified path, creation mode, read/write and sharing permission, and buffer size.</summary>
239       <param name="path">A relative or absolute path for the file that the current <see langword="FileStream"></see> object will encapsulate.</param>
240       <param name="mode">A constant that determines how to open or create the file.</param>
241       <param name="access">A constant that determines how the file can be accessed by the <see langword="FileStream"></see> object. This also determines the values returned by the <see cref="P:System.IO.FileStream.CanRead"></see> and <see cref="P:System.IO.FileStream.CanWrite"></see> properties of the <see langword="FileStream"></see> object. <see cref="P:System.IO.FileStream.CanSeek"></see> is <see langword="true"></see> if path specifies a disk file.</param>
242       <param name="share">A constant that determines how the file will be shared by processes.</param>
243       <param name="bufferSize">A positive <see cref="T:System.Int32"></see> value greater than 0 indicating the buffer size. The default buffer size is 4096.</param>
244       <exception cref="T:System.ArgumentNullException"><paramref name="path">path</paramref> is <see langword="null"></see>.</exception>
245       <exception cref="T:System.ArgumentException"><paramref name="path">path</paramref> is an empty string (&amp;quot;&amp;quot;), contains only white space, or contains one or more invalid characters.  
246  -or-  
247  <paramref name="path">path</paramref> refers to a non-file device, such as &amp;quot;con:&amp;quot;, &amp;quot;com1:&amp;quot;, &amp;quot;lpt1:&amp;quot;, etc. in an NTFS environment.</exception>
248       <exception cref="T:System.NotSupportedException"><paramref name="path">path</paramref> refers to a non-file device, such as &amp;quot;con:&amp;quot;, &amp;quot;com1:&amp;quot;, &amp;quot;lpt1:&amp;quot;, etc. in a non-NTFS environment.</exception>
249       <exception cref="T:System.ArgumentOutOfRangeException"><paramref name="bufferSize">bufferSize</paramref> is negative or zero.  
250  -or-  
251  <paramref name="mode">mode</paramref>, <paramref name="access">access</paramref>, or <paramref name="share">share</paramref> contain an invalid value.</exception>
252       <exception cref="T:System.IO.FileNotFoundException">The file cannot be found, such as when <paramref name="mode">mode</paramref> is <see langword="FileMode.Truncate"></see> or <see langword="FileMode.Open"></see>, and the file specified by <paramref name="path">path</paramref> does not exist. The file must already exist in these modes.</exception>
253       <exception cref="T:System.IO.IOException">An I/O error, such as specifying <see langword="FileMode.CreateNew"></see> when the file specified by <paramref name="path">path</paramref> already exists, occurred.  
254  -or-  
255  The system is running Windows 98 or Windows 98 Second Edition and <paramref name="share">share</paramref> is set to <see langword="FileShare.Delete"></see>.  
256  -or-  
257  The stream has been closed.</exception>
258       <exception cref="T:System.Security.SecurityException">The caller does not have the required permission.</exception>
259       <exception cref="T:System.IO.DirectoryNotFoundException">The specified path is invalid, such as being on an unmapped drive.</exception>
260       <exception cref="T:System.UnauthorizedAccessException">The <paramref name="access">access</paramref> requested is not permitted by the operating system for the specified <paramref name="path">path</paramref>, such as when <paramref name="access">access</paramref> is <see langword="Write"></see> or <see langword="ReadWrite"></see> and the file or directory is set for read-only access.</exception>
261       <exception cref="T:System.IO.PathTooLongException">The specified path, file name, or both exceed the system-defined maximum length. For example, on Windows-based platforms, paths must be less than 248 characters, and file names must be less than 260 characters.</exception>
262     </member>
263     <member name="M:System.IO.FileStream.#ctor(Microsoft.Win32.SafeHandles.SafeFileHandle,System.IO.FileAccess,System.Int32,System.Boolean)">
264       <summary>Initializes a new instance of the <see cref="T:System.IO.FileStream"></see> class for the specified file handle, with the specified read/write permission, buffer size, and synchronous or asynchronous state.</summary>
265       <param name="handle">A file handle for the file that this <see langword="FileStream"></see> object will encapsulate.</param>
266       <param name="access">A constant that sets the <see cref="P:System.IO.FileStream.CanRead"></see> and <see cref="P:System.IO.FileStream.CanWrite"></see> properties of the <see langword="FileStream"></see> object.</param>
267       <param name="bufferSize">A positive <see cref="T:System.Int32"></see> value greater than 0 indicating the buffer size. The default buffer size is 4096.</param>
268       <param name="isAsync"><see langword="true"></see> if the handle was opened asynchronously (that is, in overlapped I/O mode); otherwise, <see langword="false"></see>.</param>
269       <exception cref="T:System.ArgumentException">The <paramref name="handle">handle</paramref> parameter is an invalid handle.  
270  -or-  
271  The <paramref name="handle">handle</paramref> parameter is a synchronous handle and it was used asynchronously.</exception>
272       <exception cref="T:System.ArgumentOutOfRangeException">The <paramref name="bufferSize">bufferSize</paramref> parameter is negative.</exception>
273       <exception cref="T:System.IO.IOException">An I/O error, such as a disk error, occurred.  
274  -or-  
275  The stream has been closed.</exception>
276       <exception cref="T:System.Security.SecurityException">The caller does not have the required permission.</exception>
277       <exception cref="T:System.UnauthorizedAccessException">The <paramref name="access">access</paramref> requested is not permitted by the operating system for the specified file handle, such as when <paramref name="access">access</paramref> is <see langword="Write"></see> or <see langword="ReadWrite"></see> and the file handle is set for read-only access.</exception>
278     </member>
279     <member name="M:System.IO.FileStream.#ctor(System.String,System.IO.FileMode,System.IO.FileAccess)">
280       <summary>Initializes a new instance of the <see cref="T:System.IO.FileStream"></see> class with the specified path, creation mode, and read/write permission.</summary>
281       <param name="path">A relative or absolute path for the file that the current <see langword="FileStream"></see> object will encapsulate.</param>
282       <param name="mode">A constant that determines how to open or create the file.</param>
283       <param name="access">A constant that determines how the file can be accessed by the <see langword="FileStream"></see> object. This also determines the values returned by the <see cref="P:System.IO.FileStream.CanRead"></see> and <see cref="P:System.IO.FileStream.CanWrite"></see> properties of the <see langword="FileStream"></see> object. <see cref="P:System.IO.FileStream.CanSeek"></see> is <see langword="true"></see> if path specifies a disk file.</param>
284       <exception cref="T:System.ArgumentNullException"><paramref name="path">path</paramref> is <see langword="null"></see>.</exception>
285       <exception cref="T:System.ArgumentException"><paramref name="path">path</paramref> is an empty string (&amp;quot;&amp;quot;), contains only white space, or contains one or more invalid characters.  
286  -or-  
287  <paramref name="path">path</paramref> refers to a non-file device, such as &amp;quot;con:&amp;quot;, &amp;quot;com1:&amp;quot;, &amp;quot;lpt1:&amp;quot;, etc. in an NTFS environment.</exception>
288       <exception cref="T:System.NotSupportedException"><paramref name="path">path</paramref> refers to a non-file device, such as &amp;quot;con:&amp;quot;, &amp;quot;com1:&amp;quot;, &amp;quot;lpt1:&amp;quot;, etc. in a non-NTFS environment.</exception>
289       <exception cref="T:System.IO.FileNotFoundException">The file cannot be found, such as when <paramref name="mode">mode</paramref> is <see langword="FileMode.Truncate"></see> or <see langword="FileMode.Open"></see>, and the file specified by <paramref name="path">path</paramref> does not exist. The file must already exist in these modes.</exception>
290       <exception cref="T:System.IO.IOException">An I/O error, such as specifying <see langword="FileMode.CreateNew"></see> when the file specified by <paramref name="path">path</paramref> already exists, occurred.  
291  -or-  
292  The stream has been closed.</exception>
293       <exception cref="T:System.Security.SecurityException">The caller does not have the required permission.</exception>
294       <exception cref="T:System.IO.DirectoryNotFoundException">The specified path is invalid, such as being on an unmapped drive.</exception>
295       <exception cref="T:System.UnauthorizedAccessException">The <paramref name="access">access</paramref> requested is not permitted by the operating system for the specified <paramref name="path">path</paramref>, such as when <paramref name="access">access</paramref> is <see langword="Write"></see> or <see langword="ReadWrite"></see> and the file or directory is set for read-only access.</exception>
296       <exception cref="T:System.IO.PathTooLongException">The specified path, file name, or both exceed the system-defined maximum length. For example, on Windows-based platforms, paths must be less than 248 characters, and file names must be less than 260 characters.</exception>
297       <exception cref="T:System.ArgumentOutOfRangeException"><paramref name="mode">mode</paramref> contains an invalid value.</exception>
298     </member>
299     <member name="M:System.IO.FileStream.#ctor(Microsoft.Win32.SafeHandles.SafeFileHandle,System.IO.FileAccess,System.Int32)">
300       <summary>Initializes a new instance of the <see cref="T:System.IO.FileStream"></see> class for the specified file handle, with the specified read/write permission, and buffer size.</summary>
301       <param name="handle">A file handle for the file that the current <see langword="FileStream"></see> object will encapsulate.</param>
302       <param name="access">A <see cref="T:System.IO.FileAccess"></see> constant that sets the <see cref="P:System.IO.FileStream.CanRead"></see> and <see cref="P:System.IO.FileStream.CanWrite"></see> properties of the <see langword="FileStream"></see> object.</param>
303       <param name="bufferSize">A positive <see cref="T:System.Int32"></see> value greater than 0 indicating the buffer size. The default buffer size is 4096.</param>
304       <exception cref="T:System.ArgumentException">The <paramref name="handle">handle</paramref> parameter is an invalid handle.  
305  -or-  
306  The <paramref name="handle">handle</paramref> parameter is a synchronous handle and it was used asynchronously.</exception>
307       <exception cref="T:System.ArgumentOutOfRangeException">The <paramref name="bufferSize">bufferSize</paramref> parameter is negative.</exception>
308       <exception cref="T:System.IO.IOException">An I/O error, such as a disk error, occurred.  
309  -or-  
310  The stream has been closed.</exception>
311       <exception cref="T:System.Security.SecurityException">The caller does not have the required permission.</exception>
312       <exception cref="T:System.UnauthorizedAccessException">The <paramref name="access">access</paramref> requested is not permitted by the operating system for the specified file handle, such as when <paramref name="access">access</paramref> is <see langword="Write"></see> or <see langword="ReadWrite"></see> and the file handle is set for read-only access.</exception>
313     </member>
314     <member name="M:System.IO.FileStream.#ctor(System.String,System.IO.FileMode)">
315       <summary>Initializes a new instance of the <see cref="T:System.IO.FileStream"></see> class with the specified path and creation mode.</summary>
316       <param name="path">A relative or absolute path for the file that the current <see langword="FileStream"></see> object will encapsulate.</param>
317       <param name="mode">A constant that determines how to open or create the file.</param>
318       <exception cref="T:System.ArgumentException"><paramref name="path">path</paramref> is an empty string (&amp;quot;&amp;quot;), contains only white space, or contains one or more invalid characters.  
319  -or-  
320  <paramref name="path">path</paramref> refers to a non-file device, such as &amp;quot;con:&amp;quot;, &amp;quot;com1:&amp;quot;, &amp;quot;lpt1:&amp;quot;, etc. in an NTFS environment.</exception>
321       <exception cref="T:System.NotSupportedException"><paramref name="path">path</paramref> refers to a non-file device, such as &amp;quot;con:&amp;quot;, &amp;quot;com1:&amp;quot;, &amp;quot;lpt1:&amp;quot;, etc. in a non-NTFS environment.</exception>
322       <exception cref="T:System.ArgumentNullException"><paramref name="path">path</paramref> is <see langword="null"></see>.</exception>
323       <exception cref="T:System.Security.SecurityException">The caller does not have the required permission.</exception>
324       <exception cref="T:System.IO.FileNotFoundException">The file cannot be found, such as when <paramref name="mode">mode</paramref> is <see langword="FileMode.Truncate"></see> or <see langword="FileMode.Open"></see>, and the file specified by <paramref name="path">path</paramref> does not exist. The file must already exist in these modes.</exception>
325       <exception cref="T:System.IO.IOException">An I/O error, such as specifying <see langword="FileMode.CreateNew"></see> when the file specified by <paramref name="path">path</paramref> already exists, occurred.  
326  -or-  
327  The stream has been closed.</exception>
328       <exception cref="T:System.IO.DirectoryNotFoundException">The specified path is invalid, such as being on an unmapped drive.</exception>
329       <exception cref="T:System.IO.PathTooLongException">The specified path, file name, or both exceed the system-defined maximum length. For example, on Windows-based platforms, paths must be less than 248 characters, and file names must be less than 260 characters.</exception>
330       <exception cref="T:System.ArgumentOutOfRangeException"><paramref name="mode">mode</paramref> contains an invalid value.</exception>
331     </member>
332     <member name="P:System.IO.FileStream.CanRead">
333       <summary>Gets a value indicating whether the current stream supports reading.</summary>
334       <returns><see langword="true"></see> if the stream supports reading; <see langword="false"></see> if the stream is closed or was opened with write-only access.</returns>
335     </member>
336     <member name="P:System.IO.FileStream.CanSeek">
337       <summary>Gets a value indicating whether the current stream supports seeking.</summary>
338       <returns><see langword="true"></see> if the stream supports seeking; <see langword="false"></see> if the stream is closed or if the <see langword="FileStream"></see> was constructed from an operating-system handle such as a pipe or output to the console.</returns>
339     </member>
340     <member name="P:System.IO.FileStream.CanWrite">
341       <summary>Gets a value indicating whether the current stream supports writing.</summary>
342       <returns><see langword="true"></see> if the stream supports writing; <see langword="false"></see> if the stream is closed or was opened with read-only access.</returns>
343     </member>
344     <member name="M:System.IO.FileStream.Dispose(System.Boolean)">
345       <summary>Releases the unmanaged resources used by the <see cref="T:System.IO.FileStream"></see> and optionally releases the managed resources.</summary>
346       <param name="disposing"><see langword="true"></see> to release both managed and unmanaged resources; <see langword="false"></see> to release only unmanaged resources.</param>
347     </member>
348     <member name="M:System.IO.FileStream.Finalize">
349       <summary>Ensures that resources are freed and other cleanup operations are performed when the garbage collector reclaims the <see langword="FileStream"></see>.</summary>
350     </member>
351     <member name="M:System.IO.FileStream.Flush">
352       <summary>Clears buffers for this stream and causes any buffered data to be written to the file.</summary>
353       <exception cref="T:System.IO.IOException">An I/O error occurred.</exception>
354       <exception cref="T:System.ObjectDisposedException">The stream is closed.</exception>
355     </member>
356     <member name="M:System.IO.FileStream.Flush(System.Boolean)">
357       <summary>Clears buffers for this stream and causes any buffered data to be written to the file, and also clears all intermediate file buffers.</summary>
358       <param name="flushToDisk"><see langword="true"></see> to flush all intermediate file buffers; otherwise, <see langword="false"></see>.</param>
359     </member>
360     <member name="M:System.IO.FileStream.FlushAsync(System.Threading.CancellationToken)">
361       <summary>Asynchronously clears all buffers for this stream, causes any buffered data to be written to the underlying device, and monitors cancellation requests.</summary>
362       <param name="cancellationToken">The token to monitor for cancellation requests.</param>
363       <returns>A task that represents the asynchronous flush operation.</returns>
364       <exception cref="T:System.ObjectDisposedException">The stream has been disposed.</exception>
365     </member>
366     <member name="P:System.IO.FileStream.IsAsync">
367       <summary>Gets a value indicating whether the <see langword="FileStream"></see> was opened asynchronously or synchronously.</summary>
368       <returns><see langword="true"></see> if the <see langword="FileStream"></see> was opened asynchronously; otherwise, <see langword="false"></see>.</returns>
369     </member>
370     <member name="P:System.IO.FileStream.Length">
371       <summary>Gets the length in bytes of the stream.</summary>
372       <returns>A long value representing the length of the stream in bytes.</returns>
373       <exception cref="T:System.NotSupportedException"><see cref="System.IO.FileStream.CanSeek"></see> for this stream is <see langword="false"></see>.</exception>
374       <exception cref="T:System.IO.IOException">An I/O error, such as the file being closed, occurred.</exception>
375     </member>
376     <member name="P:System.IO.FileStream.Name">
377       <summary>Gets the name of the <see langword="FileStream"></see> that was passed to the constructor.</summary>
378       <returns>A string that is the name of the <see langword="FileStream"></see>.</returns>
379     </member>
380     <member name="P:System.IO.FileStream.Position">
381       <summary>Gets or sets the current position of this stream.</summary>
382       <returns>The current position of this stream.</returns>
383       <exception cref="T:System.NotSupportedException">The stream does not support seeking.</exception>
384       <exception cref="T:System.IO.IOException">An I/O error occurred.  
385  - or -  
386  The position was set to a very large value beyond the end of the stream in Windows 98 or earlier.</exception>
387       <exception cref="T:System.ArgumentOutOfRangeException">Attempted to set the position to a negative value.</exception>
388       <exception cref="T:System.IO.EndOfStreamException">Attempted seeking past the end of a stream that does not support this.</exception>
389     </member>
390     <member name="M:System.IO.FileStream.Read(System.Byte[],System.Int32,System.Int32)">
391       <summary>Reads a block of bytes from the stream and writes the data in a given buffer.</summary>
392       <param name="array">When this method returns, contains the specified byte array with the values between offset and (offset + count - 1) replaced by the bytes read from the current source.</param>
393       <param name="offset">The byte offset in array at which the read bytes will be placed.</param>
394       <param name="count">The maximum number of bytes to read.</param>
395       <returns>The total number of bytes read into the buffer. This might be less than the number of bytes requested if that number of bytes are not currently available, or zero if the end of the stream is reached.</returns>
396       <exception cref="T:System.ArgumentNullException"><paramref name="array">array</paramref> is <see langword="null"></see>.</exception>
397       <exception cref="T:System.ArgumentOutOfRangeException"><paramref name="offset">offset</paramref> or <paramref name="count">count</paramref> is negative.</exception>
398       <exception cref="T:System.NotSupportedException">The stream does not support reading.</exception>
399       <exception cref="T:System.IO.IOException">An I/O error occurred.</exception>
400       <exception cref="T:System.ArgumentException"><paramref name="offset">offset</paramref> and <paramref name="count">count</paramref> describe an invalid range in <paramref name="array">array</paramref>.</exception>
401       <exception cref="T:System.ObjectDisposedException">Methods were called after the stream was closed.</exception>
402     </member>
403     <member name="M:System.IO.FileStream.ReadAsync(System.Byte[],System.Int32,System.Int32,System.Threading.CancellationToken)">
404       <summary>Asynchronously reads a sequence of bytes from the current stream, advances the position within the stream by the number of bytes read, and monitors cancellation requests.</summary>
405       <param name="buffer">The buffer to write the data into.</param>
406       <param name="offset">The byte offset in buffer at which to begin writing data from the stream.</param>
407       <param name="count">The maximum number of bytes to read.</param>
408       <param name="cancellationToken">The token to monitor for cancellation requests.</param>
409       <returns>A task that represents the asynchronous read operation. The value of the <paramref name="TResult">TResult</paramref> parameter contains the total number of bytes read into the buffer. The result value can be less than the number of bytes requested if the number of bytes currently available is less than the requested number, or it can be 0 (zero) if the end of the stream has been reached.</returns>
410       <exception cref="T:System.ArgumentNullException"><paramref name="buffer">buffer</paramref> is <see langword="null"></see>.</exception>
411       <exception cref="T:System.ArgumentOutOfRangeException"><paramref name="offset">offset</paramref> or <paramref name="count">count</paramref> is negative.</exception>
412       <exception cref="T:System.ArgumentException">The sum of <paramref name="offset">offset</paramref> and <paramref name="count">count</paramref> is larger than the buffer length.</exception>
413       <exception cref="T:System.NotSupportedException">The stream does not support reading.</exception>
414       <exception cref="T:System.ObjectDisposedException">The stream has been disposed.</exception>
415       <exception cref="T:System.InvalidOperationException">The stream is currently in use by a previous read operation.</exception>
416     </member>
417     <member name="M:System.IO.FileStream.ReadByte">
418       <summary>Reads a byte from the file and advances the read position one byte.</summary>
419       <returns>The byte, cast to an <see cref="T:System.Int32"></see>, or -1 if the end of the stream has been reached.</returns>
420       <exception cref="T:System.NotSupportedException">The current stream does not support reading.</exception>
421       <exception cref="T:System.ObjectDisposedException">The current stream is closed.</exception>
422     </member>
423     <member name="P:System.IO.FileStream.SafeFileHandle">
424       <summary>Gets a <see cref="T:Microsoft.Win32.SafeHandles.SafeFileHandle"></see> object that represents the operating system file handle for the file that the current <see cref="T:System.IO.FileStream"></see> object encapsulates.</summary>
425       <returns>An object that represents the operating system file handle for the file that the current <see cref="T:System.IO.FileStream"></see> object encapsulates.</returns>
426     </member>
427     <member name="M:System.IO.FileStream.Seek(System.Int64,System.IO.SeekOrigin)">
428       <summary>Sets the current position of this stream to the given value.</summary>
429       <param name="offset">The point relative to origin from which to begin seeking.</param>
430       <param name="origin">Specifies the beginning, the end, or the current position as a reference point for offset, using a value of type <see cref="T:System.IO.SeekOrigin"></see>.</param>
431       <returns>The new position in the stream.</returns>
432       <exception cref="T:System.IO.IOException">An I/O error occurred.</exception>
433       <exception cref="T:System.NotSupportedException">The stream does not support seeking, such as if the <see langword="FileStream"></see> is constructed from a pipe or console output.</exception>
434       <exception cref="T:System.ArgumentException">Seeking is attempted before the beginning of the stream.</exception>
435       <exception cref="T:System.ObjectDisposedException">Methods were called after the stream was closed.</exception>
436     </member>
437     <member name="M:System.IO.FileStream.SetLength(System.Int64)">
438       <summary>Sets the length of this stream to the given value.</summary>
439       <param name="value">The new length of the stream.</param>
440       <exception cref="T:System.IO.IOException">An I/O error has occurred.</exception>
441       <exception cref="T:System.NotSupportedException">The stream does not support both writing and seeking.</exception>
442       <exception cref="T:System.ArgumentOutOfRangeException">Attempted to set the <paramref name="value">value</paramref> parameter to less than 0.</exception>
443     </member>
444     <member name="M:System.IO.FileStream.Write(System.Byte[],System.Int32,System.Int32)">
445       <summary>Writes a block of bytes to the file stream.</summary>
446       <param name="array">The buffer containing data to write to the stream.</param>
447       <param name="offset">The zero-based byte offset in array from which to begin copying bytes to the stream.</param>
448       <param name="count">The maximum number of bytes to write.</param>
449       <exception cref="T:System.ArgumentNullException"><paramref name="array">array</paramref> is <see langword="null"></see>.</exception>
450       <exception cref="T:System.ArgumentException"><paramref name="offset">offset</paramref> and <paramref name="count">count</paramref> describe an invalid range in <paramref name="array">array</paramref>.</exception>
451       <exception cref="T:System.ArgumentOutOfRangeException"><paramref name="offset">offset</paramref> or <paramref name="count">count</paramref> is negative.</exception>
452       <exception cref="T:System.IO.IOException">An I/O error occurred.  
453  - or -  
454  Another thread may have caused an unexpected change in the position of the operating system&amp;#39;s file handle.</exception>
455       <exception cref="T:System.ObjectDisposedException">The stream is closed.</exception>
456       <exception cref="T:System.NotSupportedException">The current stream instance does not support writing.</exception>
457     </member>
458     <member name="M:System.IO.FileStream.WriteAsync(System.Byte[],System.Int32,System.Int32,System.Threading.CancellationToken)">
459       <summary>Asynchronously writes a sequence of bytes to the current stream, advances the current position within this stream by the number of bytes written, and monitors cancellation requests.</summary>
460       <param name="buffer">The buffer to write data from.</param>
461       <param name="offset">The zero-based byte offset in buffer from which to begin copying bytes to the stream.</param>
462       <param name="count">The maximum number of bytes to write.</param>
463       <param name="cancellationToken">The token to monitor for cancellation requests.</param>
464       <returns>A task that represents the asynchronous write operation.</returns>
465       <exception cref="T:System.ArgumentNullException"><paramref name="buffer">buffer</paramref> is <see langword="null"></see>.</exception>
466       <exception cref="T:System.ArgumentOutOfRangeException"><paramref name="offset">offset</paramref> or <paramref name="count">count</paramref> is negative.</exception>
467       <exception cref="T:System.ArgumentException">The sum of <paramref name="offset">offset</paramref> and <paramref name="count">count</paramref> is larger than the buffer length.</exception>
468       <exception cref="T:System.NotSupportedException">The stream does not support writing.</exception>
469       <exception cref="T:System.ObjectDisposedException">The stream has been disposed.</exception>
470       <exception cref="T:System.InvalidOperationException">The stream is currently in use by a previous write operation.</exception>
471     </member>
472     <member name="M:System.IO.FileStream.WriteByte(System.Byte)">
473       <summary>Writes a byte to the current position in the file stream.</summary>
474       <param name="value">A byte to write to the stream.</param>
475       <exception cref="T:System.ObjectDisposedException">The stream is closed.</exception>
476       <exception cref="T:System.NotSupportedException">The stream does not support writing.</exception>
477     </member>
478     <member name="T:System.IO.FileOptions">
479       <summary>Represents advanced options for creating a <see cref="T:System.IO.FileStream"></see> object.</summary>
480     </member>
481     <member name="F:System.IO.FileOptions.Asynchronous">
482       <summary>Indicates that a file can be used for asynchronous reading and writing.</summary>
483       <returns></returns>
484     </member>
485     <member name="F:System.IO.FileOptions.DeleteOnClose">
486       <summary>Indicates that a file is automatically deleted when it is no longer in use.</summary>
487       <returns></returns>
488     </member>
489     <member name="F:System.IO.FileOptions.Encrypted">
490       <summary>Indicates that a file is encrypted and can be decrypted only by using the same user account used for encryption.</summary>
491       <returns></returns>
492     </member>
493     <member name="F:System.IO.FileOptions.None">
494       <summary>Indicates that no additional options should be used when creating a <see cref="T:System.IO.FileStream"></see> object.</summary>
495       <returns></returns>
496     </member>
497     <member name="F:System.IO.FileOptions.RandomAccess">
498       <summary>Indicates that the file is accessed randomly. The system can use this as a hint to optimize file caching.</summary>
499       <returns></returns>
500     </member>
501     <member name="F:System.IO.FileOptions.SequentialScan">
502       <summary>Indicates that the file is to be accessed sequentially from beginning to end. The system can use this as a hint to optimize file caching. If an application moves the file pointer for random access, optimum caching may not occur; however, correct operation is still guaranteed.</summary>
503       <returns></returns>
504     </member>
505     <member name="F:System.IO.FileOptions.WriteThrough">
506       <summary>Indicates that the system should write through any intermediate cache and go directly to disk.</summary>
507       <returns></returns>
508     </member>
509     <member name="T:System.IO.FileInfo">
510       <summary>Provides properties and instance methods for the creation, copying, deletion, moving, and opening of files, and aids in the creation of <see cref="T:System.IO.FileStream"></see> objects. This class cannot be inherited.</summary>
511     </member>
512     <member name="M:System.IO.FileInfo.#ctor(System.String)">
513       <summary>Initializes a new instance of the <see cref="T:System.IO.FileInfo"></see> class, which acts as a wrapper for a file path.</summary>
514       <param name="fileName">The fully qualified name of the new file, or the relative file name. Do not end the path with the directory separator character.</param>
515       <exception cref="T:System.ArgumentNullException"><paramref name="fileName">fileName</paramref> is <see langword="null"></see>.</exception>
516       <exception cref="T:System.Security.SecurityException">The caller does not have the required permission.</exception>
517       <exception cref="T:System.ArgumentException">The file name is empty, contains only white spaces, or contains invalid characters.</exception>
518       <exception cref="T:System.UnauthorizedAccessException">Access to <paramref name="fileName">fileName</paramref> is denied.</exception>
519       <exception cref="T:System.IO.PathTooLongException">The specified path, file name, or both exceed the system-defined maximum length. For example, on Windows-based platforms, paths must be less than 248 characters, and file names must be less than 260 characters.</exception>
520       <exception cref="T:System.NotSupportedException"><paramref name="fileName">fileName</paramref> contains a colon (:) in the middle of the string.</exception>
521     </member>
522     <member name="M:System.IO.FileInfo.AppendText">
523       <summary>Creates a <see cref="T:System.IO.StreamWriter"></see> that appends text to the file represented by this instance of the <see cref="T:System.IO.FileInfo"></see>.</summary>
524       <returns>A new <see langword="StreamWriter"></see>.</returns>
525     </member>
526     <member name="M:System.IO.FileInfo.CopyTo(System.String)">
527       <summary>Copies an existing file to a new file, disallowing the overwriting of an existing file.</summary>
528       <param name="destFileName">The name of the new file to copy to.</param>
529       <returns>A new file with a fully qualified path.</returns>
530       <exception cref="T:System.ArgumentException"><paramref name="destFileName">destFileName</paramref> is empty, contains only white spaces, or contains invalid characters.</exception>
531       <exception cref="T:System.IO.IOException">An error occurs, or the destination file already exists.</exception>
532       <exception cref="T:System.Security.SecurityException">The caller does not have the required permission.</exception>
533       <exception cref="T:System.ArgumentNullException"><paramref name="destFileName">destFileName</paramref> is <see langword="null"></see>.</exception>
534       <exception cref="T:System.UnauthorizedAccessException">A directory path is passed in, or the file is being moved to a different drive.</exception>
535       <exception cref="T:System.IO.DirectoryNotFoundException">The directory specified in <paramref name="destFileName">destFileName</paramref> does not exist.</exception>
536       <exception cref="T:System.IO.PathTooLongException">The specified path, file name, or both exceed the system-defined maximum length. For example, on Windows-based platforms, paths must be less than 248 characters, and file names must be less than 260 characters.</exception>
537       <exception cref="T:System.NotSupportedException"><paramref name="destFileName">destFileName</paramref> contains a colon (:) within the string but does not specify the volume.</exception>
538     </member>
539     <member name="M:System.IO.FileInfo.CopyTo(System.String,System.Boolean)">
540       <summary>Copies an existing file to a new file, allowing the overwriting of an existing file.</summary>
541       <param name="destFileName">The name of the new file to copy to.</param>
542       <param name="overwrite"><see langword="true"></see> to allow an existing file to be overwritten; otherwise, <see langword="false"></see>.</param>
543       <returns>A new file, or an overwrite of an existing file if <paramref name="overwrite">overwrite</paramref> is <see langword="true"></see>. If the file exists and <paramref name="overwrite">overwrite</paramref> is <see langword="false"></see>, an <see cref="T:System.IO.IOException"></see> is thrown.</returns>
544       <exception cref="T:System.ArgumentException"><paramref name="destFileName">destFileName</paramref> is empty, contains only white spaces, or contains invalid characters.</exception>
545       <exception cref="T:System.IO.IOException">An error occurs, or the destination file already exists and <paramref name="overwrite">overwrite</paramref> is <see langword="false"></see>.</exception>
546       <exception cref="T:System.Security.SecurityException">The caller does not have the required permission.</exception>
547       <exception cref="T:System.ArgumentNullException"><paramref name="destFileName">destFileName</paramref> is <see langword="null"></see>.</exception>
548       <exception cref="T:System.IO.DirectoryNotFoundException">The directory specified in <paramref name="destFileName">destFileName</paramref> does not exist.</exception>
549       <exception cref="T:System.UnauthorizedAccessException">A directory path is passed in, or the file is being moved to a different drive.</exception>
550       <exception cref="T:System.IO.PathTooLongException">The specified path, file name, or both exceed the system-defined maximum length. For example, on Windows-based platforms, paths must be less than 248 characters, and file names must be less than 260 characters.</exception>
551       <exception cref="T:System.NotSupportedException"><paramref name="destFileName">destFileName</paramref> contains a colon (:) in the middle of the string.</exception>
552     </member>
553     <member name="M:System.IO.FileInfo.Create">
554       <summary>Creates a file.</summary>
555       <returns>A new file.</returns>
556     </member>
557     <member name="M:System.IO.FileInfo.CreateText">
558       <summary>Creates a <see cref="T:System.IO.StreamWriter"></see> that writes a new text file.</summary>
559       <returns>A new <see langword="StreamWriter"></see>.</returns>
560       <exception cref="T:System.UnauthorizedAccessException">The file name is a directory.</exception>
561       <exception cref="T:System.IO.IOException">The disk is read-only.</exception>
562       <exception cref="T:System.Security.SecurityException">The caller does not have the required permission.</exception>
563     </member>
564     <member name="M:System.IO.FileInfo.Decrypt">
565       <summary>Decrypts a file that was encrypted by the current account using the <see cref="M:System.IO.FileInfo.Encrypt"></see> method.</summary>
566       <exception cref="T:System.IO.DriveNotFoundException">An invalid drive was specified.</exception>
567       <exception cref="T:System.IO.FileNotFoundException">The file described by the current <see cref="System.IO.FileInfo"></see> object could not be found.</exception>
568       <exception cref="T:System.IO.IOException">An I/O error occurred while opening the file.</exception>
569       <exception cref="T:System.NotSupportedException">The file system is not NTFS.</exception>
570       <exception cref="T:System.PlatformNotSupportedException">The current operating system is not Microsoft Windows NT or later.</exception>
571       <exception cref="T:System.UnauthorizedAccessException">The file described by the current <see cref="System.IO.FileInfo"></see> object is read-only.  
572  -or-  
573  This operation is not supported on the current platform.  
574  -or-  
575  The caller does not have the required permission.</exception>
576     </member>
577     <member name="M:System.IO.FileInfo.Delete">
578       <summary>Permanently deletes a file.</summary>
579       <exception cref="T:System.IO.IOException">The target file is open or memory-mapped on a computer running Microsoft Windows NT.  
580  -or-  
581  There is an open handle on the file, and the operating system is Windows XP or earlier. This open handle can result from enumerating directories and files. For more information, see How to: Enumerate Directories and Files.</exception>
582       <exception cref="T:System.Security.SecurityException">The caller does not have the required permission.</exception>
583       <exception cref="T:System.UnauthorizedAccessException">The path is a directory.</exception>
584     </member>
585     <member name="P:System.IO.FileInfo.Directory">
586       <summary>Gets an instance of the parent directory.</summary>
587       <returns>A <see cref="T:System.IO.DirectoryInfo"></see> object representing the parent directory of this file.</returns>
588       <exception cref="T:System.IO.DirectoryNotFoundException">The specified path is invalid, such as being on an unmapped drive.</exception>
589       <exception cref="T:System.Security.SecurityException">The caller does not have the required permission.</exception>
590     </member>
591     <member name="P:System.IO.FileInfo.DirectoryName">
592       <summary>Gets a string representing the directory&amp;#39;s full path.</summary>
593       <returns>A string representing the directory&amp;#39;s full path.</returns>
594       <exception cref="T:System.ArgumentNullException"><see langword="null"></see> was passed in for the directory name.</exception>
595       <exception cref="T:System.IO.PathTooLongException">The fully qualified path is 260 or more characters.</exception>
596       <exception cref="T:System.Security.SecurityException">The caller does not have the required permission.</exception>
597     </member>
598     <member name="M:System.IO.FileInfo.Encrypt">
599       <summary>Encrypts a file so that only the account used to encrypt the file can decrypt it.</summary>
600       <exception cref="T:System.IO.DriveNotFoundException">An invalid drive was specified.</exception>
601       <exception cref="T:System.IO.FileNotFoundException">The file described by the current <see cref="System.IO.FileInfo"></see> object could not be found.</exception>
602       <exception cref="T:System.IO.IOException">An I/O error occurred while opening the file.</exception>
603       <exception cref="T:System.NotSupportedException">The file system is not NTFS.</exception>
604       <exception cref="T:System.PlatformNotSupportedException">The current operating system is not Microsoft Windows NT or later.</exception>
605       <exception cref="T:System.UnauthorizedAccessException">The file described by the current <see cref="System.IO.FileInfo"></see> object is read-only.  
606  -or-  
607  This operation is not supported on the current platform.  
608  -or-  
609  The caller does not have the required permission.</exception>
610     </member>
611     <member name="P:System.IO.FileInfo.Exists">
612       <summary>Gets a value indicating whether a file exists.</summary>
613       <returns><see langword="true"></see> if the file exists; <see langword="false"></see> if the file does not exist or if the file is a directory.</returns>
614     </member>
615     <member name="P:System.IO.FileInfo.IsReadOnly">
616       <summary>Gets or sets a value that determines if the current file is read only.</summary>
617       <returns><see langword="true"></see> if the current file is read only; otherwise, <see langword="false"></see>.</returns>
618       <exception cref="T:System.IO.FileNotFoundException">The file described by the current <see cref="System.IO.FileInfo"></see> object could not be found.</exception>
619       <exception cref="T:System.IO.IOException">An I/O error occurred while opening the file.</exception>
620       <exception cref="T:System.UnauthorizedAccessException">This operation is not supported on the current platform.  
621  -or-  
622  The caller does not have the required permission.</exception>
623       <exception cref="T:System.ArgumentException">The user does not have write permission, but attempted to set this property to <see langword="false"></see>.</exception>
624     </member>
625     <member name="P:System.IO.FileInfo.Length">
626       <summary>Gets the size, in bytes, of the current file.</summary>
627       <returns>The size of the current file in bytes.</returns>
628       <exception cref="T:System.IO.IOException"><see cref="System.IO.FileSystemInfo.Refresh"></see> cannot update the state of the file or directory.</exception>
629       <exception cref="T:System.IO.FileNotFoundException">The file does not exist.  
630  -or-  
631  The <see langword="Length"></see> property is called for a directory.</exception>
632     </member>
633     <member name="M:System.IO.FileInfo.MoveTo(System.String)">
634       <summary>Moves a specified file to a new location, providing the option to specify a new file name.</summary>
635       <param name="destFileName">The path to move the file to, which can specify a different file name.</param>
636       <exception cref="T:System.IO.IOException">An I/O error occurs, such as the destination file already exists or the destination device is not ready.</exception>
637       <exception cref="T:System.ArgumentNullException"><paramref name="destFileName">destFileName</paramref> is <see langword="null"></see>.</exception>
638       <exception cref="T:System.ArgumentException"><paramref name="destFileName">destFileName</paramref> is empty, contains only white spaces, or contains invalid characters.</exception>
639       <exception cref="T:System.Security.SecurityException">The caller does not have the required permission.</exception>
640       <exception cref="T:System.UnauthorizedAccessException"><paramref name="destFileName">destFileName</paramref> is read-only or is a directory.</exception>
641       <exception cref="T:System.IO.FileNotFoundException">The file is not found.</exception>
642       <exception cref="T:System.IO.DirectoryNotFoundException">The specified path is invalid, such as being on an unmapped drive.</exception>
643       <exception cref="T:System.IO.PathTooLongException">The specified path, file name, or both exceed the system-defined maximum length. For example, on Windows-based platforms, paths must be less than 248 characters, and file names must be less than 260 characters.</exception>
644       <exception cref="T:System.NotSupportedException"><paramref name="destFileName">destFileName</paramref> contains a colon (:) in the middle of the string.</exception>
645     </member>
646     <member name="P:System.IO.FileInfo.Name">
647       <summary>Gets the name of the file.</summary>
648       <returns>The name of the file.</returns>
649     </member>
650     <member name="M:System.IO.FileInfo.Open(System.IO.FileMode)">
651       <summary>Opens a file in the specified mode.</summary>
652       <param name="mode">A <see cref="T:System.IO.FileMode"></see> constant specifying the mode (for example, <see langword="Open"></see> or <see langword="Append"></see>) in which to open the file.</param>
653       <returns>A file opened in the specified mode, with read/write access and unshared.</returns>
654       <exception cref="T:System.IO.FileNotFoundException">The file is not found.</exception>
655       <exception cref="T:System.UnauthorizedAccessException">The file is read-only or is a directory.</exception>
656       <exception cref="T:System.IO.DirectoryNotFoundException">The specified path is invalid, such as being on an unmapped drive.</exception>
657       <exception cref="T:System.IO.IOException">The file is already open.</exception>
658     </member>
659     <member name="M:System.IO.FileInfo.Open(System.IO.FileMode,System.IO.FileAccess)">
660       <summary>Opens a file in the specified mode with read, write, or read/write access.</summary>
661       <param name="mode">A <see cref="T:System.IO.FileMode"></see> constant specifying the mode (for example, <see langword="Open"></see> or <see langword="Append"></see>) in which to open the file.</param>
662       <param name="access">A <see cref="T:System.IO.FileAccess"></see> constant specifying whether to open the file with <see langword="Read"></see>, <see langword="Write"></see>, or <see langword="ReadWrite"></see> file access.</param>
663       <returns>A <see cref="T:System.IO.FileStream"></see> object opened in the specified mode and access, and unshared.</returns>
664       <exception cref="T:System.Security.SecurityException">The caller does not have the required permission.</exception>
665       <exception cref="T:System.IO.FileNotFoundException">The file is not found.</exception>
666       <exception cref="T:System.UnauthorizedAccessException"><paramref name="path">path</paramref> is read-only or is a directory.</exception>
667       <exception cref="T:System.IO.DirectoryNotFoundException">The specified path is invalid, such as being on an unmapped drive.</exception>
668       <exception cref="T:System.IO.IOException">The file is already open.</exception>
669     </member>
670     <member name="M:System.IO.FileInfo.Open(System.IO.FileMode,System.IO.FileAccess,System.IO.FileShare)">
671       <summary>Opens a file in the specified mode with read, write, or read/write access and the specified sharing option.</summary>
672       <param name="mode">A <see cref="T:System.IO.FileMode"></see> constant specifying the mode (for example, <see langword="Open"></see> or <see langword="Append"></see>) in which to open the file.</param>
673       <param name="access">A <see cref="T:System.IO.FileAccess"></see> constant specifying whether to open the file with <see langword="Read"></see>, <see langword="Write"></see>, or <see langword="ReadWrite"></see> file access.</param>
674       <param name="share">A <see cref="T:System.IO.FileShare"></see> constant specifying the type of access other <see langword="FileStream"></see> objects have to this file.</param>
675       <returns>A <see cref="T:System.IO.FileStream"></see> object opened with the specified mode, access, and sharing options.</returns>
676       <exception cref="T:System.Security.SecurityException">The caller does not have the required permission.</exception>
677       <exception cref="T:System.IO.FileNotFoundException">The file is not found.</exception>
678       <exception cref="T:System.UnauthorizedAccessException"><paramref name="path">path</paramref> is read-only or is a directory.</exception>
679       <exception cref="T:System.IO.DirectoryNotFoundException">The specified path is invalid, such as being on an unmapped drive.</exception>
680       <exception cref="T:System.IO.IOException">The file is already open.</exception>
681     </member>
682     <member name="M:System.IO.FileInfo.OpenRead">
683       <summary>Creates a read-only <see cref="T:System.IO.FileStream"></see>.</summary>
684       <returns>A new read-only <see cref="T:System.IO.FileStream"></see> object.</returns>
685       <exception cref="T:System.UnauthorizedAccessException"><paramref name="path">path</paramref> is read-only or is a directory.</exception>
686       <exception cref="T:System.IO.DirectoryNotFoundException">The specified path is invalid, such as being on an unmapped drive.</exception>
687       <exception cref="T:System.IO.IOException">The file is already open.</exception>
688     </member>
689     <member name="M:System.IO.FileInfo.OpenText">
690       <summary>Creates a <see cref="T:System.IO.StreamReader"></see> with UTF8 encoding that reads from an existing text file.</summary>
691       <returns>A new <see langword="StreamReader"></see> with UTF8 encoding.</returns>
692       <exception cref="T:System.Security.SecurityException">The caller does not have the required permission.</exception>
693       <exception cref="T:System.IO.FileNotFoundException">The file is not found.</exception>
694       <exception cref="T:System.UnauthorizedAccessException"><paramref name="path">path</paramref> is read-only or is a directory.</exception>
695       <exception cref="T:System.IO.DirectoryNotFoundException">The specified path is invalid, such as being on an unmapped drive.</exception>
696     </member>
697     <member name="M:System.IO.FileInfo.OpenWrite">
698       <summary>Creates a write-only <see cref="T:System.IO.FileStream"></see>.</summary>
699       <returns>A write-only unshared <see cref="T:System.IO.FileStream"></see> object for a new or existing file.</returns>
700       <exception cref="T:System.UnauthorizedAccessException">The path specified when creating an instance of the <see cref="System.IO.FileInfo"></see> object is read-only or is a directory.</exception>
701       <exception cref="T:System.IO.DirectoryNotFoundException">The path specified when creating an instance of the <see cref="System.IO.FileInfo"></see> object is invalid, such as being on an unmapped drive.</exception>
702     </member>
703     <member name="M:System.IO.FileInfo.Replace(System.String,System.String)">
704       <summary>Replaces the contents of a specified file with the file described by the current <see cref="T:System.IO.FileInfo"></see> object, deleting the original file, and creating a backup of the replaced file.</summary>
705       <param name="destinationFileName">The name of a file to replace with the current file.</param>
706       <param name="destinationBackupFileName">The name of a file with which to create a backup of the file described by the destFileName parameter.</param>
707       <returns>A <see cref="T:System.IO.FileInfo"></see> object that encapsulates information about the file described by the <paramref name="destFileName">destFileName</paramref> parameter.</returns>
708       <exception cref="T:System.ArgumentException">The path described by the <paramref name="destFileName">destFileName</paramref> parameter was not of a legal form.  
709  -or-  
710  The path described by the <paramref name="destBackupFileName">destBackupFileName</paramref> parameter was not of a legal form.</exception>
711       <exception cref="T:System.ArgumentNullException">The <paramref name="destFileName">destFileName</paramref> parameter is <see langword="null"></see>.</exception>
712       <exception cref="T:System.IO.FileNotFoundException">The file described by the current <see cref="System.IO.FileInfo"></see> object could not be found.  
713  -or-  
714  The file described by the <paramref name="destinationFileName">destinationFileName</paramref> parameter could not be found.</exception>
715       <exception cref="T:System.PlatformNotSupportedException">The current operating system is not Microsoft Windows NT or later.</exception>
716     </member>
717     <member name="M:System.IO.FileInfo.Replace(System.String,System.String,System.Boolean)">
718       <summary>Replaces the contents of a specified file with the file described by the current <see cref="T:System.IO.FileInfo"></see> object, deleting the original file, and creating a backup of the replaced file.  Also specifies whether to ignore merge errors.</summary>
719       <param name="destinationFileName">The name of a file to replace with the current file.</param>
720       <param name="destinationBackupFileName">The name of a file with which to create a backup of the file described by the destFileName parameter.</param>
721       <param name="ignoreMetadataErrors"><see langword="true"></see> to ignore merge errors (such as attributes and ACLs) from the replaced file to the replacement file; otherwise <see langword="false"></see>.</param>
722       <returns>A <see cref="T:System.IO.FileInfo"></see> object that encapsulates information about the file described by the <paramref name="destFileName">destFileName</paramref> parameter.</returns>
723       <exception cref="T:System.ArgumentException">The path described by the <paramref name="destFileName">destFileName</paramref> parameter was not of a legal form.  
724  -or-  
725  The path described by the <paramref name="destBackupFileName">destBackupFileName</paramref> parameter was not of a legal form.</exception>
726       <exception cref="T:System.ArgumentNullException">The <paramref name="destFileName">destFileName</paramref> parameter is <see langword="null"></see>.</exception>
727       <exception cref="T:System.IO.FileNotFoundException">The file described by the current <see cref="System.IO.FileInfo"></see> object could not be found.  
728  -or-  
729  The file described by the <paramref name="destinationFileName">destinationFileName</paramref> parameter could not be found.</exception>
730       <exception cref="T:System.PlatformNotSupportedException">The current operating system is not Microsoft Windows NT or later.</exception>
731     </member>
732     <member name="M:System.IO.FileInfo.ToString">
733       <summary>Returns the path as a string.</summary>
734       <returns>A string representing the path.</returns>
735     </member>
736     <member name="T:System.IO.File">
737       <summary>Provides static methods for the creation, copying, deletion, moving, and opening of a single file, and aids in the creation of <see cref="T:System.IO.FileStream"></see> objects.</summary>
738     </member>
739     <member name="M:System.IO.File.AppendAllLines(System.String,System.Collections.Generic.IEnumerable{System.String})">
740       <summary>Appends lines to a file, and then closes the file. If the specified file does not exist, this method creates a file, writes the specified lines to the file, and then closes the file.</summary>
741       <param name="path">The file to append the lines to. The file is created if it doesn&amp;#39;t already exist.</param>
742       <param name="contents">The lines to append to the file.</param>
743       <exception cref="T:System.ArgumentException"><paramref name="path">path</paramref> is a zero-length string, contains only white space, or contains one more invalid characters defined by the <see cref="System.IO.Path.GetInvalidPathChars"></see> method.</exception>
744       <exception cref="T:System.ArgumentNullException">Either <paramref name="path">path</paramref> or <paramref name="contents">contents</paramref> is <see langword="null"></see>.</exception>
745       <exception cref="T:System.IO.DirectoryNotFoundException"><paramref name="path">path</paramref> is invalid (for example, the directory doesn’t exist or it is on an unmapped drive).</exception>
746       <exception cref="T:System.IO.FileNotFoundException">The file specified by <paramref name="path">path</paramref> was not found.</exception>
747       <exception cref="T:System.IO.IOException">An I/O error occurred while opening the file.</exception>
748       <exception cref="T:System.IO.PathTooLongException"><paramref name="path">path</paramref> exceeds the system-defined maximum length. For example, on Windows-based platforms, paths must be less than 248 characters and file names must be less than 260 characters.</exception>
749       <exception cref="T:System.NotSupportedException"><paramref name="path">path</paramref> is in an invalid format.</exception>
750       <exception cref="T:System.Security.SecurityException">The caller does not have permission to write to the file.</exception>
751       <exception cref="T:System.UnauthorizedAccessException"><paramref name="path">path</paramref> specifies a file that is read-only.  
752  -or-  
753  This operation is not supported on the current platform.  
754  -or-  
755  <paramref name="path">path</paramref> is a directory.</exception>
756     </member>
757     <member name="M:System.IO.File.AppendAllLines(System.String,System.Collections.Generic.IEnumerable{System.String},System.Text.Encoding)">
758       <summary>Appends lines to a file by using a specified encoding, and then closes the file. If the specified file does not exist, this method creates a file, writes the specified lines to the file, and then closes the file.</summary>
759       <param name="path">The file to append the lines to. The file is created if it doesn&amp;#39;t already exist.</param>
760       <param name="contents">The lines to append to the file.</param>
761       <param name="encoding">The character encoding to use.</param>
762       <exception cref="T:System.ArgumentException"><paramref name="path">path</paramref> is a zero-length string, contains only white space, or contains one more invalid characters defined by the <see cref="System.IO.Path.GetInvalidPathChars"></see> method.</exception>
763       <exception cref="T:System.ArgumentNullException">Either <paramref name="path">path</paramref>, <paramref name="contents">contents</paramref>, or <paramref name="encoding">encoding</paramref> is <see langword="null"></see>.</exception>
764       <exception cref="T:System.IO.DirectoryNotFoundException"><paramref name="path">path</paramref> is invalid (for example, the directory doesn’t exist or it is on an unmapped drive).</exception>
765       <exception cref="T:System.IO.FileNotFoundException">The file specified by <paramref name="path">path</paramref> was not found.</exception>
766       <exception cref="T:System.IO.IOException">An I/O error occurred while opening the file.</exception>
767       <exception cref="T:System.IO.PathTooLongException"><paramref name="path">path</paramref> exceeds the system-defined maximum length. For example, on Windows-based platforms, paths must be less than 248 characters and file names must be less than 260 characters.</exception>
768       <exception cref="T:System.NotSupportedException"><paramref name="path">path</paramref> is in an invalid format.</exception>
769       <exception cref="T:System.Security.SecurityException">The caller does not have the required permission.</exception>
770       <exception cref="T:System.UnauthorizedAccessException"><paramref name="path">path</paramref> specifies a file that is read-only.  
771  -or-  
772  This operation is not supported on the current platform.  
773  -or-  
774  <paramref name="path">path</paramref> is a directory.  
775  -or-  
776  The caller does not have the required permission.</exception>
777     </member>
778     <member name="M:System.IO.File.AppendAllLinesAsync(System.String,System.Collections.Generic.IEnumerable{System.String},System.Threading.CancellationToken)">
779       <param name="path"></param>
780       <param name="contents"></param>
781       <param name="cancellationToken"></param>
782       <returns></returns>
783     </member>
784     <member name="M:System.IO.File.AppendAllLinesAsync(System.String,System.Collections.Generic.IEnumerable{System.String},System.Text.Encoding,System.Threading.CancellationToken)">
785       <param name="path"></param>
786       <param name="contents"></param>
787       <param name="encoding"></param>
788       <param name="cancellationToken"></param>
789       <returns></returns>
790     </member>
791     <member name="M:System.IO.File.AppendAllText(System.String,System.String)">
792       <summary>Opens a file, appends the specified string to the file, and then closes the file. If the file does not exist, this method creates a file, writes the specified string to the file, then closes the file.</summary>
793       <param name="path">The file to append the specified string to.</param>
794       <param name="contents">The string to append to the file.</param>
795       <exception cref="T:System.ArgumentException"><paramref name="path">path</paramref> is a zero-length string, contains only white space, or contains one or more invalid characters as defined by <see cref="System.IO.Path.InvalidPathChars"></see>.</exception>
796       <exception cref="T:System.ArgumentNullException"><paramref name="path">path</paramref> is <see langword="null"></see>.</exception>
797       <exception cref="T:System.IO.PathTooLongException">The specified path, file name, or both exceed the system-defined maximum length. For example, on Windows-based platforms, paths must be less than 248 characters, and file names must be less than 260 characters.</exception>
798       <exception cref="T:System.IO.DirectoryNotFoundException">The specified path is invalid (for example, the directory doesn’t exist or it is on an unmapped drive).</exception>
799       <exception cref="T:System.IO.IOException">An I/O error occurred while opening the file.</exception>
800       <exception cref="T:System.UnauthorizedAccessException"><paramref name="path">path</paramref> specified a file that is read-only.  
801  -or-  
802  This operation is not supported on the current platform.  
803  -or-  
804  <paramref name="path">path</paramref> specified a directory.  
805  -or-  
806  The caller does not have the required permission.</exception>
807       <exception cref="T:System.NotSupportedException"><paramref name="path">path</paramref> is in an invalid format.</exception>
808       <exception cref="T:System.Security.SecurityException">The caller does not have the required permission.</exception>
809     </member>
810     <member name="M:System.IO.File.AppendAllText(System.String,System.String,System.Text.Encoding)">
811       <summary>Appends the specified string to the file, creating the file if it does not already exist.</summary>
812       <param name="path">The file to append the specified string to.</param>
813       <param name="contents">The string to append to the file.</param>
814       <param name="encoding">The character encoding to use.</param>
815       <exception cref="T:System.ArgumentException"><paramref name="path">path</paramref> is a zero-length string, contains only white space, or contains one or more invalid characters as defined by <see cref="System.IO.Path.InvalidPathChars"></see>.</exception>
816       <exception cref="T:System.ArgumentNullException"><paramref name="path">path</paramref> is <see langword="null"></see>.</exception>
817       <exception cref="T:System.IO.PathTooLongException">The specified path, file name, or both exceed the system-defined maximum length. For example, on Windows-based platforms, paths must be less than 248 characters, and file names must be less than 260 characters.</exception>
818       <exception cref="T:System.IO.DirectoryNotFoundException">The specified path is invalid (for example, the directory doesn’t exist or it is on an unmapped drive).</exception>
819       <exception cref="T:System.IO.IOException">An I/O error occurred while opening the file.</exception>
820       <exception cref="T:System.UnauthorizedAccessException"><paramref name="path">path</paramref> specified a file that is read-only.  
821  -or-  
822  This operation is not supported on the current platform.  
823  -or-  
824  <paramref name="path">path</paramref> specified a directory.  
825  -or-  
826  The caller does not have the required permission.</exception>
827       <exception cref="T:System.NotSupportedException"><paramref name="path">path</paramref> is in an invalid format.</exception>
828       <exception cref="T:System.Security.SecurityException">The caller does not have the required permission.</exception>
829     </member>
830     <member name="M:System.IO.File.AppendAllTextAsync(System.String,System.String,System.Threading.CancellationToken)">
831       <param name="path"></param>
832       <param name="contents"></param>
833       <param name="cancellationToken"></param>
834       <returns></returns>
835     </member>
836     <member name="M:System.IO.File.AppendAllTextAsync(System.String,System.String,System.Text.Encoding,System.Threading.CancellationToken)">
837       <param name="path"></param>
838       <param name="contents"></param>
839       <param name="encoding"></param>
840       <param name="cancellationToken"></param>
841       <returns></returns>
842     </member>
843     <member name="M:System.IO.File.AppendText(System.String)">
844       <summary>Creates a <see cref="T:System.IO.StreamWriter"></see> that appends UTF-8 encoded text to an existing file, or to a new file if the specified file does not exist.</summary>
845       <param name="path">The path to the file to append to.</param>
846       <returns>A stream writer that appends UTF-8 encoded text to the specified file or to a new file.</returns>
847       <exception cref="T:System.UnauthorizedAccessException">The caller does not have the required permission.</exception>
848       <exception cref="T:System.ArgumentException"><paramref name="path">path</paramref> is a zero-length string, contains only white space, or contains one or more invalid characters as defined by <see cref="System.IO.Path.InvalidPathChars"></see>.</exception>
849       <exception cref="T:System.ArgumentNullException"><paramref name="path">path</paramref> is <see langword="null"></see>.</exception>
850       <exception cref="T:System.IO.PathTooLongException">The specified path, file name, or both exceed the system-defined maximum length. For example, on Windows-based platforms, paths must be less than 248 characters, and file names must be less than 260 characters.</exception>
851       <exception cref="T:System.IO.DirectoryNotFoundException">The specified path is invalid (for example, the directory doesn’t exist or it is on an unmapped drive).</exception>
852       <exception cref="T:System.NotSupportedException"><paramref name="path">path</paramref> is in an invalid format.</exception>
853     </member>
854     <member name="M:System.IO.File.Copy(System.String,System.String)">
855       <summary>Copies an existing file to a new file. Overwriting a file of the same name is not allowed.</summary>
856       <param name="sourceFileName">The file to copy.</param>
857       <param name="destFileName">The name of the destination file. This cannot be a directory or an existing file.</param>
858       <exception cref="T:System.UnauthorizedAccessException">The caller does not have the required permission.</exception>
859       <exception cref="T:System.ArgumentException"><paramref name="sourceFileName">sourceFileName</paramref> or <paramref name="destFileName">destFileName</paramref> is a zero-length string, contains only white space, or contains one or more invalid characters as defined by <see cref="System.IO.Path.InvalidPathChars"></see>.  
860  -or-  
861  <paramref name="sourceFileName">sourceFileName</paramref> or <paramref name="destFileName">destFileName</paramref> specifies a directory.</exception>
862       <exception cref="T:System.ArgumentNullException"><paramref name="sourceFileName">sourceFileName</paramref> or <paramref name="destFileName">destFileName</paramref> is <see langword="null"></see>.</exception>
863       <exception cref="T:System.IO.PathTooLongException">The specified path, file name, or both exceed the system-defined maximum length. For example, on Windows-based platforms, paths must be less than 248 characters, and file names must be less than 260 characters.</exception>
864       <exception cref="T:System.IO.DirectoryNotFoundException">The path specified in <paramref name="sourceFileName">sourceFileName</paramref> or <paramref name="destFileName">destFileName</paramref> is invalid (for example, it is on an unmapped drive).</exception>
865       <exception cref="T:System.IO.FileNotFoundException"><paramref name="sourceFileName">sourceFileName</paramref> was not found.</exception>
866       <exception cref="T:System.IO.IOException"><paramref name="destFileName">destFileName</paramref> exists.  
867  -or-  
868  An I/O error has occurred.</exception>
869       <exception cref="T:System.NotSupportedException"><paramref name="sourceFileName">sourceFileName</paramref> or <paramref name="destFileName">destFileName</paramref> is in an invalid format.</exception>
870     </member>
871     <member name="M:System.IO.File.Copy(System.String,System.String,System.Boolean)">
872       <summary>Copies an existing file to a new file. Overwriting a file of the same name is allowed.</summary>
873       <param name="sourceFileName">The file to copy.</param>
874       <param name="destFileName">The name of the destination file. This cannot be a directory.</param>
875       <param name="overwrite"><see langword="true"></see> if the destination file can be overwritten; otherwise, <see langword="false"></see>.</param>
876       <exception cref="T:System.UnauthorizedAccessException">The caller does not have the required permission.  
877  -or-  
878  <paramref name="destFileName">destFileName</paramref> is read-only.</exception>
879       <exception cref="T:System.ArgumentException"><paramref name="sourceFileName">sourceFileName</paramref> or <paramref name="destFileName">destFileName</paramref> is a zero-length string, contains only white space, or contains one or more invalid characters as defined by <see cref="System.IO.Path.InvalidPathChars"></see>.  
880  -or-  
881  <paramref name="sourceFileName">sourceFileName</paramref> or <paramref name="destFileName">destFileName</paramref> specifies a directory.</exception>
882       <exception cref="T:System.ArgumentNullException"><paramref name="sourceFileName">sourceFileName</paramref> or <paramref name="destFileName">destFileName</paramref> is <see langword="null"></see>.</exception>
883       <exception cref="T:System.IO.PathTooLongException">The specified path, file name, or both exceed the system-defined maximum length. For example, on Windows-based platforms, paths must be less than 248 characters, and file names must be less than 260 characters.</exception>
884       <exception cref="T:System.IO.DirectoryNotFoundException">The path specified in <paramref name="sourceFileName">sourceFileName</paramref> or <paramref name="destFileName">destFileName</paramref> is invalid (for example, it is on an unmapped drive).</exception>
885       <exception cref="T:System.IO.FileNotFoundException"><paramref name="sourceFileName">sourceFileName</paramref> was not found.</exception>
886       <exception cref="T:System.IO.IOException"><paramref name="destFileName">destFileName</paramref> exists and <paramref name="overwrite">overwrite</paramref> is <see langword="false"></see>.  
887  -or-  
888  An I/O error has occurred.</exception>
889       <exception cref="T:System.NotSupportedException"><paramref name="sourceFileName">sourceFileName</paramref> or <paramref name="destFileName">destFileName</paramref> is in an invalid format.</exception>
890     </member>
891     <member name="M:System.IO.File.Create(System.String)">
892       <summary>Creates or overwrites a file in the specified path.</summary>
893       <param name="path">The path and name of the file to create.</param>
894       <returns>A <see cref="T:System.IO.FileStream"></see> that provides read/write access to the file specified in <paramref name="path">path</paramref>.</returns>
895       <exception cref="T:System.UnauthorizedAccessException">The caller does not have the required permission.  
896  -or-  
897  <paramref name="path">path</paramref> specified a file that is read-only.</exception>
898       <exception cref="T:System.ArgumentException"><paramref name="path">path</paramref> is a zero-length string, contains only white space, or contains one or more invalid characters as defined by <see cref="System.IO.Path.InvalidPathChars"></see>.</exception>
899       <exception cref="T:System.ArgumentNullException"><paramref name="path">path</paramref> is <see langword="null"></see>.</exception>
900       <exception cref="T:System.IO.PathTooLongException">The specified path, file name, or both exceed the system-defined maximum length. For example, on Windows-based platforms, paths must be less than 248 characters, and file names must be less than 260 characters.</exception>
901       <exception cref="T:System.IO.DirectoryNotFoundException">The specified path is invalid (for example, it is on an unmapped drive).</exception>
902       <exception cref="T:System.IO.IOException">An I/O error occurred while creating the file.</exception>
903       <exception cref="T:System.NotSupportedException"><paramref name="path">path</paramref> is in an invalid format.</exception>
904     </member>
905     <member name="M:System.IO.File.Create(System.String,System.Int32)">
906       <summary>Creates or overwrites the specified file.</summary>
907       <param name="path">The name of the file.</param>
908       <param name="bufferSize">The number of bytes buffered for reads and writes to the file.</param>
909       <returns>A <see cref="T:System.IO.FileStream"></see> with the specified buffer size that provides read/write access to the file specified in <paramref name="path">path</paramref>.</returns>
910       <exception cref="T:System.UnauthorizedAccessException">The caller does not have the required permission.  
911  -or-  
912  <paramref name="path">path</paramref> specified a file that is read-only.</exception>
913       <exception cref="T:System.ArgumentException"><paramref name="path">path</paramref> is a zero-length string, contains only white space, or contains one or more invalid characters as defined by <see cref="System.IO.Path.InvalidPathChars"></see>.</exception>
914       <exception cref="T:System.ArgumentNullException"><paramref name="path">path</paramref> is <see langword="null"></see>.</exception>
915       <exception cref="T:System.IO.PathTooLongException">The specified path, file name, or both exceed the system-defined maximum length. For example, on Windows-based platforms, paths must be less than 248 characters, and file names must be less than 260 characters.</exception>
916       <exception cref="T:System.IO.DirectoryNotFoundException">The specified path is invalid (for example, it is on an unmapped drive).</exception>
917       <exception cref="T:System.IO.IOException">An I/O error occurred while creating the file.</exception>
918       <exception cref="T:System.NotSupportedException"><paramref name="path">path</paramref> is in an invalid format.</exception>
919     </member>
920     <member name="M:System.IO.File.Create(System.String,System.Int32,System.IO.FileOptions)">
921       <summary>Creates or overwrites the specified file, specifying a buffer size and a <see cref="T:System.IO.FileOptions"></see> value that describes how to create or overwrite the file.</summary>
922       <param name="path">The name of the file.</param>
923       <param name="bufferSize">The number of bytes buffered for reads and writes to the file.</param>
924       <param name="options">One of the <see cref="T:System.IO.FileOptions"></see> values that describes how to create or overwrite the file.</param>
925       <returns>A new file with the specified buffer size.</returns>
926       <exception cref="T:System.UnauthorizedAccessException">The caller does not have the required permission.  
927  -or-  
928  <paramref name="path">path</paramref> specified a file that is read-only.</exception>
929       <exception cref="T:System.ArgumentException"><paramref name="path">path</paramref> is a zero-length string, contains only white space, or contains one or more invalid characters as defined by <see cref="System.IO.Path.InvalidPathChars"></see>.</exception>
930       <exception cref="T:System.ArgumentNullException"><paramref name="path">path</paramref> is <see langword="null"></see>.</exception>
931       <exception cref="T:System.IO.PathTooLongException">The specified path, file name, or both exceed the system-defined maximum length. For example, on Windows-based platforms, paths must be less than 248 characters, and file names must be less than 260 characters.</exception>
932       <exception cref="T:System.IO.DirectoryNotFoundException">The specified path is invalid (for example, it is on an unmapped drive.</exception>
933       <exception cref="T:System.IO.IOException">An I/O error occurred while creating the file.</exception>
934       <exception cref="T:System.NotSupportedException"><paramref name="path">path</paramref> is in an invalid format.</exception>
935     </member>
936     <member name="M:System.IO.File.CreateText(System.String)">
937       <summary>Creates or opens a file for writing UTF-8 encoded text. If the file already exists, its contents are overwritten.</summary>
938       <param name="path">The file to be opened for writing.</param>
939       <returns>A <see cref="T:System.IO.StreamWriter"></see> that writes to the specified file using UTF-8 encoding.</returns>
940       <exception cref="T:System.UnauthorizedAccessException">The caller does not have the required permission.</exception>
941       <exception cref="T:System.ArgumentException"><paramref name="path">path</paramref> is a zero-length string, contains only white space, or contains one or more invalid characters as defined by <see cref="System.IO.Path.InvalidPathChars"></see>.</exception>
942       <exception cref="T:System.ArgumentNullException"><paramref name="path">path</paramref> is <see langword="null"></see>.</exception>
943       <exception cref="T:System.IO.PathTooLongException">The specified path, file name, or both exceed the system-defined maximum length. For example, on Windows-based platforms, paths must be less than 248 characters, and file names must be less than 260 characters.</exception>
944       <exception cref="T:System.IO.DirectoryNotFoundException">The specified path is invalid (for example, it is on an unmapped drive).</exception>
945       <exception cref="T:System.NotSupportedException"><paramref name="path">path</paramref> is in an invalid format.</exception>
946     </member>
947     <member name="M:System.IO.File.Decrypt(System.String)">
948       <summary>Decrypts a file that was encrypted by the current account using the <see cref="M:System.IO.File.Encrypt(System.String)"></see> method.</summary>
949       <param name="path">A path that describes a file to decrypt.</param>
950       <exception cref="T:System.ArgumentException">The <paramref name="path">path</paramref> parameter is a zero-length string, contains only white space, or contains one or more invalid characters as defined by <see cref="System.IO.Path.InvalidPathChars"></see>.</exception>
951       <exception cref="T:System.ArgumentNullException">The <paramref name="path">path</paramref> parameter is <see langword="null"></see>.</exception>
952       <exception cref="T:System.IO.DriveNotFoundException">An invalid drive was specified.</exception>
953       <exception cref="T:System.IO.FileNotFoundException">The file described by the <paramref name="path">path</paramref> parameter could not be found.</exception>
954       <exception cref="T:System.IO.IOException">An I/O error occurred while opening the file. For example, the encrypted file is already open.  
955  -or-  
956  This operation is not supported on the current platform.</exception>
957       <exception cref="T:System.IO.PathTooLongException">The specified path, file name, or both exceed the system-defined maximum length. For example, on Windows-based platforms, paths must be less than 248 characters, and file names must be less than 260 characters.</exception>
958       <exception cref="T:System.PlatformNotSupportedException">The current operating system is not Windows NT or later.</exception>
959       <exception cref="T:System.NotSupportedException">The file system is not NTFS.</exception>
960       <exception cref="T:System.UnauthorizedAccessException">The <paramref name="path">path</paramref> parameter specified a file that is read-only.  
961  -or-  
962  This operation is not supported on the current platform.  
963  -or-  
964  The <paramref name="path">path</paramref> parameter specified a directory.  
965  -or-  
966  The caller does not have the required permission.</exception>
967     </member>
968     <member name="M:System.IO.File.Delete(System.String)">
969       <summary>Deletes the specified file.</summary>
970       <param name="path">The name of the file to be deleted. Wildcard characters are not supported.</param>
971       <exception cref="T:System.ArgumentException"><paramref name="path">path</paramref> is a zero-length string, contains only white space, or contains one or more invalid characters as defined by <see cref="System.IO.Path.InvalidPathChars"></see>.</exception>
972       <exception cref="T:System.ArgumentNullException"><paramref name="path">path</paramref> is <see langword="null"></see>.</exception>
973       <exception cref="T:System.IO.DirectoryNotFoundException">The specified path is invalid (for example, it is on an unmapped drive).</exception>
974       <exception cref="T:System.IO.IOException">The specified file is in use.  
975  -or-  
976  There is an open handle on the file, and the operating system is Windows XP or earlier. This open handle can result from enumerating directories and files. For more information, see How to: Enumerate Directories and Files.</exception>
977       <exception cref="T:System.NotSupportedException"><paramref name="path">path</paramref> is in an invalid format.</exception>
978       <exception cref="T:System.IO.PathTooLongException">The specified path, file name, or both exceed the system-defined maximum length. For example, on Windows-based platforms, paths must be less than 248 characters, and file names must be less than 260 characters.</exception>
979       <exception cref="T:System.UnauthorizedAccessException">The caller does not have the required permission.  
980  -or-  
981  The file is an executable file that is in use.  
982  -or-  
983  <paramref name="path">path</paramref> is a directory.  
984  -or-  
985  <paramref name="path">path</paramref> specified a read-only file.</exception>
986     </member>
987     <member name="M:System.IO.File.Encrypt(System.String)">
988       <summary>Encrypts a file so that only the account used to encrypt the file can decrypt it.</summary>
989       <param name="path">A path that describes a file to encrypt.</param>
990       <exception cref="T:System.ArgumentException">The <paramref name="path">path</paramref> parameter is a zero-length string, contains only white space, or contains one or more invalid characters as defined by <see cref="System.IO.Path.InvalidPathChars"></see>.</exception>
991       <exception cref="T:System.ArgumentNullException">The <paramref name="path">path</paramref> parameter is <see langword="null"></see>.</exception>
992       <exception cref="T:System.IO.DriveNotFoundException">An invalid drive was specified.</exception>
993       <exception cref="T:System.IO.FileNotFoundException">The file described by the <paramref name="path">path</paramref> parameter could not be found.</exception>
994       <exception cref="T:System.IO.IOException">An I/O error occurred while opening the file.  
995  -or-  
996  This operation is not supported on the current platform.</exception>
997       <exception cref="T:System.IO.PathTooLongException">The specified path, file name, or both exceed the system-defined maximum length. For example, on Windows-based platforms, paths must be less than 248 characters, and file names must be less than 260 characters.</exception>
998       <exception cref="T:System.PlatformNotSupportedException">The current operating system is not Windows NT or later.</exception>
999       <exception cref="T:System.NotSupportedException">The file system is not NTFS.</exception>
1000       <exception cref="T:System.UnauthorizedAccessException">The <paramref name="path">path</paramref> parameter specified a file that is read-only.  
1001  -or-  
1002  This operation is not supported on the current platform.  
1003  -or-  
1004  The <paramref name="path">path</paramref> parameter specified a directory.  
1005  -or-  
1006  The caller does not have the required permission.</exception>
1007     </member>
1008     <member name="M:System.IO.File.Exists(System.String)">
1009       <summary>Determines whether the specified file exists.</summary>
1010       <param name="path">The file to check.</param>
1011       <returns><see langword="true"></see> if the caller has the required permissions and <paramref name="path">path</paramref> contains the name of an existing file; otherwise, <see langword="false"></see>. This method also returns <see langword="false"></see> if <paramref name="path">path</paramref> is <see langword="null"></see>, an invalid path, or a zero-length string. If the caller does not have sufficient permissions to read the specified file, no exception is thrown and the method returns <see langword="false"></see> regardless of the existence of <paramref name="path">path</paramref>.</returns>
1012     </member>
1013     <member name="M:System.IO.File.GetAttributes(System.String)">
1014       <summary>Gets the <see cref="T:System.IO.FileAttributes"></see> of the file on the path.</summary>
1015       <param name="path">The path to the file.</param>
1016       <returns>The <see cref="T:System.IO.FileAttributes"></see> of the file on the path.</returns>
1017       <exception cref="T:System.ArgumentException"><paramref name="path">path</paramref> is empty, contains only white spaces, or contains invalid characters.</exception>
1018       <exception cref="T:System.IO.PathTooLongException">The specified path, file name, or both exceed the system-defined maximum length. For example, on Windows-based platforms, paths must be less than 248 characters, and file names must be less than 260 characters.</exception>
1019       <exception cref="T:System.NotSupportedException"><paramref name="path">path</paramref> is in an invalid format.</exception>
1020       <exception cref="T:System.IO.FileNotFoundException"><paramref name="path">path</paramref> represents a file and is invalid, such as being on an unmapped drive, or the file cannot be found.</exception>
1021       <exception cref="T:System.IO.DirectoryNotFoundException"><paramref name="path">path</paramref> represents a directory and is invalid, such as being on an unmapped drive, or the directory cannot be found.</exception>
1022       <exception cref="T:System.IO.IOException">This file is being used by another process.</exception>
1023       <exception cref="T:System.UnauthorizedAccessException">The caller does not have the required permission.</exception>
1024     </member>
1025     <member name="M:System.IO.File.GetCreationTime(System.String)">
1026       <summary>Returns the creation date and time of the specified file or directory.</summary>
1027       <param name="path">The file or directory for which to obtain creation date and time information.</param>
1028       <returns>A <see cref="T:System.DateTime"></see> structure set to the creation date and time for the specified file or directory. This value is expressed in local time.</returns>
1029       <exception cref="T:System.UnauthorizedAccessException">The caller does not have the required permission.</exception>
1030       <exception cref="T:System.ArgumentException"><paramref name="path">path</paramref> is a zero-length string, contains only white space, or contains one or more invalid characters as defined by <see cref="System.IO.Path.InvalidPathChars"></see>.</exception>
1031       <exception cref="T:System.ArgumentNullException"><paramref name="path">path</paramref> is <see langword="null"></see>.</exception>
1032       <exception cref="T:System.IO.PathTooLongException">The specified path, file name, or both exceed the system-defined maximum length. For example, on Windows-based platforms, paths must be less than 248 characters, and file names must be less than 260 characters.</exception>
1033       <exception cref="T:System.NotSupportedException"><paramref name="path">path</paramref> is in an invalid format.</exception>
1034     </member>
1035     <member name="M:System.IO.File.GetCreationTimeUtc(System.String)">
1036       <summary>Returns the creation date and time, in coordinated universal time (UTC), of the specified file or directory.</summary>
1037       <param name="path">The file or directory for which to obtain creation date and time information.</param>
1038       <returns>A <see cref="T:System.DateTime"></see> structure set to the creation date and time for the specified file or directory. This value is expressed in UTC time.</returns>
1039       <exception cref="T:System.UnauthorizedAccessException">The caller does not have the required permission.</exception>
1040       <exception cref="T:System.ArgumentException"><paramref name="path">path</paramref> is a zero-length string, contains only white space, or contains one or more invalid characters as defined by <see cref="System.IO.Path.InvalidPathChars"></see>.</exception>
1041       <exception cref="T:System.ArgumentNullException"><paramref name="path">path</paramref> is <see langword="null"></see>.</exception>
1042       <exception cref="T:System.IO.PathTooLongException">The specified path, file name, or both exceed the system-defined maximum length. For example, on Windows-based platforms, paths must be less than 248 characters, and file names must be less than 260 characters.</exception>
1043       <exception cref="T:System.NotSupportedException"><paramref name="path">path</paramref> is in an invalid format.</exception>
1044     </member>
1045     <member name="M:System.IO.File.GetLastAccessTime(System.String)">
1046       <summary>Returns the date and time the specified file or directory was last accessed.</summary>
1047       <param name="path">The file or directory for which to obtain access date and time information.</param>
1048       <returns>A <see cref="T:System.DateTime"></see> structure set to the date and time that the specified file or directory was last accessed. This value is expressed in local time.</returns>
1049       <exception cref="T:System.UnauthorizedAccessException">The caller does not have the required permission.</exception>
1050       <exception cref="T:System.ArgumentException"><paramref name="path">path</paramref> is a zero-length string, contains only white space, or contains one or more invalid characters as defined by <see cref="System.IO.Path.InvalidPathChars"></see>.</exception>
1051       <exception cref="T:System.ArgumentNullException"><paramref name="path">path</paramref> is <see langword="null"></see>.</exception>
1052       <exception cref="T:System.IO.PathTooLongException">The specified path, file name, or both exceed the system-defined maximum length. For example, on Windows-based platforms, paths must be less than 248 characters, and file names must be less than 260 characters.</exception>
1053       <exception cref="T:System.NotSupportedException"><paramref name="path">path</paramref> is in an invalid format.</exception>
1054     </member>
1055     <member name="M:System.IO.File.GetLastAccessTimeUtc(System.String)">
1056       <summary>Returns the date and time, in coordinated universal time (UTC), that the specified file or directory was last accessed.</summary>
1057       <param name="path">The file or directory for which to obtain access date and time information.</param>
1058       <returns>A <see cref="T:System.DateTime"></see> structure set to the date and time that the specified file or directory was last accessed. This value is expressed in UTC time.</returns>
1059       <exception cref="T:System.UnauthorizedAccessException">The caller does not have the required permission.</exception>
1060       <exception cref="T:System.ArgumentException"><paramref name="path">path</paramref> is a zero-length string, contains only white space, or contains one or more invalid characters as defined by <see cref="System.IO.Path.InvalidPathChars"></see>.</exception>
1061       <exception cref="T:System.ArgumentNullException"><paramref name="path">path</paramref> is <see langword="null"></see>.</exception>
1062       <exception cref="T:System.IO.PathTooLongException">The specified path, file name, or both exceed the system-defined maximum length. For example, on Windows-based platforms, paths must be less than 248 characters, and file names must be less than 260 characters.</exception>
1063       <exception cref="T:System.NotSupportedException"><paramref name="path">path</paramref> is in an invalid format.</exception>
1064     </member>
1065     <member name="M:System.IO.File.GetLastWriteTime(System.String)">
1066       <summary>Returns the date and time the specified file or directory was last written to.</summary>
1067       <param name="path">The file or directory for which to obtain write date and time information.</param>
1068       <returns>A <see cref="T:System.DateTime"></see> structure set to the date and time that the specified file or directory was last written to. This value is expressed in local time.</returns>
1069       <exception cref="T:System.UnauthorizedAccessException">The caller does not have the required permission.</exception>
1070       <exception cref="T:System.ArgumentException"><paramref name="path">path</paramref> is a zero-length string, contains only white space, or contains one or more invalid characters as defined by <see cref="System.IO.Path.InvalidPathChars"></see>.</exception>
1071       <exception cref="T:System.ArgumentNullException"><paramref name="path">path</paramref> is <see langword="null"></see>.</exception>
1072       <exception cref="T:System.IO.PathTooLongException">The specified path, file name, or both exceed the system-defined maximum length. For example, on Windows-based platforms, paths must be less than 248 characters, and file names must be less than 260 characters.</exception>
1073       <exception cref="T:System.NotSupportedException"><paramref name="path">path</paramref> is in an invalid format.</exception>
1074     </member>
1075     <member name="M:System.IO.File.GetLastWriteTimeUtc(System.String)">
1076       <summary>Returns the date and time, in coordinated universal time (UTC), that the specified file or directory was last written to.</summary>
1077       <param name="path">The file or directory for which to obtain write date and time information.</param>
1078       <returns>A <see cref="T:System.DateTime"></see> structure set to the date and time that the specified file or directory was last written to. This value is expressed in UTC time.</returns>
1079       <exception cref="T:System.UnauthorizedAccessException">The caller does not have the required permission.</exception>
1080       <exception cref="T:System.ArgumentException"><paramref name="path">path</paramref> is a zero-length string, contains only white space, or contains one or more invalid characters as defined by <see cref="System.IO.Path.InvalidPathChars"></see>.</exception>
1081       <exception cref="T:System.ArgumentNullException"><paramref name="path">path</paramref> is <see langword="null"></see>.</exception>
1082       <exception cref="T:System.IO.PathTooLongException">The specified path, file name, or both exceed the system-defined maximum length. For example, on Windows-based platforms, paths must be less than 248 characters, and file names must be less than 260 characters.</exception>
1083       <exception cref="T:System.NotSupportedException"><paramref name="path">path</paramref> is in an invalid format.</exception>
1084     </member>
1085     <member name="M:System.IO.File.Move(System.String,System.String)">
1086       <summary>Moves a specified file to a new location, providing the option to specify a new file name.</summary>
1087       <param name="sourceFileName">The name of the file to move. Can include a relative or absolute path.</param>
1088       <param name="destFileName">The new path and name for the file.</param>
1089       <exception cref="T:System.IO.IOException">The destination file already exists.  
1090  -or-  
1091  <paramref name="sourceFileName">sourceFileName</paramref> was not found.</exception>
1092       <exception cref="T:System.ArgumentNullException"><paramref name="sourceFileName">sourceFileName</paramref> or <paramref name="destFileName">destFileName</paramref> is <see langword="null"></see>.</exception>
1093       <exception cref="T:System.ArgumentException"><paramref name="sourceFileName">sourceFileName</paramref> or <paramref name="destFileName">destFileName</paramref> is a zero-length string, contains only white space, or contains invalid characters as defined in <see cref="System.IO.Path.InvalidPathChars"></see>.</exception>
1094       <exception cref="T:System.UnauthorizedAccessException">The caller does not have the required permission.</exception>
1095       <exception cref="T:System.IO.PathTooLongException">The specified path, file name, or both exceed the system-defined maximum length. For example, on Windows-based platforms, paths must be less than 248 characters, and file names must be less than 260 characters.</exception>
1096       <exception cref="T:System.IO.DirectoryNotFoundException">The path specified in <paramref name="sourceFileName">sourceFileName</paramref> or <paramref name="destFileName">destFileName</paramref> is invalid, (for example, it is on an unmapped drive).</exception>
1097       <exception cref="T:System.NotSupportedException"><paramref name="sourceFileName">sourceFileName</paramref> or <paramref name="destFileName">destFileName</paramref> is in an invalid format.</exception>
1098     </member>
1099     <member name="M:System.IO.File.Open(System.String,System.IO.FileMode)">
1100       <summary>Opens a <see cref="T:System.IO.FileStream"></see> on the specified path with read/write access.</summary>
1101       <param name="path">The file to open.</param>
1102       <param name="mode">A <see cref="T:System.IO.FileMode"></see> value that specifies whether a file is created if one does not exist, and determines whether the contents of existing files are retained or overwritten.</param>
1103       <returns>A <see cref="T:System.IO.FileStream"></see> opened in the specified mode and path, with read/write access and not shared.</returns>
1104       <exception cref="T:System.ArgumentException"><paramref name="path">path</paramref> is a zero-length string, contains only white space, or contains one or more invalid characters as defined by <see cref="System.IO.Path.InvalidPathChars"></see>.</exception>
1105       <exception cref="T:System.ArgumentNullException"><paramref name="path">path</paramref> is <see langword="null"></see>.</exception>
1106       <exception cref="T:System.IO.PathTooLongException">The specified path, file name, or both exceed the system-defined maximum length. For example, on Windows-based platforms, paths must be less than 248 characters, and file names must be less than 260 characters.</exception>
1107       <exception cref="T:System.IO.DirectoryNotFoundException">The specified path is invalid, (for example, it is on an unmapped drive).</exception>
1108       <exception cref="T:System.IO.IOException">An I/O error occurred while opening the file.</exception>
1109       <exception cref="T:System.UnauthorizedAccessException"><paramref name="path">path</paramref> specified a file that is read-only.  
1110  -or-  
1111  This operation is not supported on the current platform.  
1112  -or-  
1113  <paramref name="path">path</paramref> specified a directory.  
1114  -or-  
1115  The caller does not have the required permission.  
1116  -or-  
1117  <paramref name="mode">mode</paramref> is <see cref="System.IO.FileMode.Create"></see> and the specified file is a hidden file.</exception>
1118       <exception cref="T:System.ArgumentOutOfRangeException"><paramref name="mode">mode</paramref> specified an invalid value.</exception>
1119       <exception cref="T:System.IO.FileNotFoundException">The file specified in <paramref name="path">path</paramref> was not found.</exception>
1120       <exception cref="T:System.NotSupportedException"><paramref name="path">path</paramref> is in an invalid format.</exception>
1121     </member>
1122     <member name="M:System.IO.File.Open(System.String,System.IO.FileMode,System.IO.FileAccess)">
1123       <summary>Opens a <see cref="T:System.IO.FileStream"></see> on the specified path, with the specified mode and access.</summary>
1124       <param name="path">The file to open.</param>
1125       <param name="mode">A <see cref="T:System.IO.FileMode"></see> value that specifies whether a file is created if one does not exist, and determines whether the contents of existing files are retained or overwritten.</param>
1126       <param name="access">A <see cref="T:System.IO.FileAccess"></see> value that specifies the operations that can be performed on the file.</param>
1127       <returns>An unshared <see cref="T:System.IO.FileStream"></see> that provides access to the specified file, with the specified mode and access.</returns>
1128       <exception cref="T:System.ArgumentException"><paramref name="path">path</paramref> is a zero-length string, contains only white space, or contains one or more invalid characters as defined by <see cref="System.IO.Path.InvalidPathChars"></see>.  
1129  -or-  
1130  <paramref name="access">access</paramref> specified <see langword="Read"></see> and <paramref name="mode">mode</paramref> specified <see langword="Create"></see>, <see langword="CreateNew"></see>, <see langword="Truncate"></see>, or <see langword="Append"></see>.</exception>
1131       <exception cref="T:System.ArgumentNullException"><paramref name="path">path</paramref> is <see langword="null"></see>.</exception>
1132       <exception cref="T:System.IO.PathTooLongException">The specified path, file name, or both exceed the system-defined maximum length. For example, on Windows-based platforms, paths must be less than 248 characters, and file names must be less than 260 characters.</exception>
1133       <exception cref="T:System.IO.DirectoryNotFoundException">The specified path is invalid, (for example, it is on an unmapped drive).</exception>
1134       <exception cref="T:System.IO.IOException">An I/O error occurred while opening the file.</exception>
1135       <exception cref="T:System.UnauthorizedAccessException"><paramref name="path">path</paramref> specified a file that is read-only and <paramref name="access">access</paramref> is not <see langword="Read"></see>.  
1136  -or-  
1137  <paramref name="path">path</paramref> specified a directory.  
1138  -or-  
1139  The caller does not have the required permission.  
1140  -or-  
1141  <paramref name="mode">mode</paramref> is <see cref="System.IO.FileMode.Create"></see> and the specified file is a hidden file.</exception>
1142       <exception cref="T:System.ArgumentOutOfRangeException"><paramref name="mode">mode</paramref> or <paramref name="access">access</paramref> specified an invalid value.</exception>
1143       <exception cref="T:System.IO.FileNotFoundException">The file specified in <paramref name="path">path</paramref> was not found.</exception>
1144       <exception cref="T:System.NotSupportedException"><paramref name="path">path</paramref> is in an invalid format.</exception>
1145     </member>
1146     <member name="M:System.IO.File.Open(System.String,System.IO.FileMode,System.IO.FileAccess,System.IO.FileShare)">
1147       <summary>Opens a <see cref="T:System.IO.FileStream"></see> on the specified path, having the specified mode with read, write, or read/write access and the specified sharing option.</summary>
1148       <param name="path">The file to open.</param>
1149       <param name="mode">A <see cref="T:System.IO.FileMode"></see> value that specifies whether a file is created if one does not exist, and determines whether the contents of existing files are retained or overwritten.</param>
1150       <param name="access">A <see cref="T:System.IO.FileAccess"></see> value that specifies the operations that can be performed on the file.</param>
1151       <param name="share">A <see cref="T:System.IO.FileShare"></see> value specifying the type of access other threads have to the file.</param>
1152       <returns>A <see cref="T:System.IO.FileStream"></see> on the specified path, having the specified mode with read, write, or read/write access and the specified sharing option.</returns>
1153       <exception cref="T:System.ArgumentException"><paramref name="path">path</paramref> is a zero-length string, contains only white space, or contains one or more invalid characters as defined by <see cref="System.IO.Path.InvalidPathChars"></see>.  
1154  -or-  
1155  <paramref name="access">access</paramref> specified <see langword="Read"></see> and <paramref name="mode">mode</paramref> specified <see langword="Create"></see>, <see langword="CreateNew"></see>, <see langword="Truncate"></see>, or <see langword="Append"></see>.</exception>
1156       <exception cref="T:System.ArgumentNullException"><paramref name="path">path</paramref> is <see langword="null"></see>.</exception>
1157       <exception cref="T:System.IO.PathTooLongException">The specified path, file name, or both exceed the system-defined maximum length. For example, on Windows-based platforms, paths must be less than 248 characters, and file names must be less than 260 characters.</exception>
1158       <exception cref="T:System.IO.DirectoryNotFoundException">The specified path is invalid, (for example, it is on an unmapped drive).</exception>
1159       <exception cref="T:System.IO.IOException">An I/O error occurred while opening the file.</exception>
1160       <exception cref="T:System.UnauthorizedAccessException"><paramref name="path">path</paramref> specified a file that is read-only and <paramref name="access">access</paramref> is not <see langword="Read"></see>.  
1161  -or-  
1162  <paramref name="path">path</paramref> specified a directory.  
1163  -or-  
1164  The caller does not have the required permission.  
1165  -or-  
1166  <paramref name="mode">mode</paramref> is <see cref="System.IO.FileMode.Create"></see> and the specified file is a hidden file.</exception>
1167       <exception cref="T:System.ArgumentOutOfRangeException"><paramref name="mode">mode</paramref>, <paramref name="access">access</paramref>, or <paramref name="share">share</paramref> specified an invalid value.</exception>
1168       <exception cref="T:System.IO.FileNotFoundException">The file specified in <paramref name="path">path</paramref> was not found.</exception>
1169       <exception cref="T:System.NotSupportedException"><paramref name="path">path</paramref> is in an invalid format.</exception>
1170     </member>
1171     <member name="M:System.IO.File.OpenRead(System.String)">
1172       <summary>Opens an existing file for reading.</summary>
1173       <param name="path">The file to be opened for reading.</param>
1174       <returns>A read-only <see cref="T:System.IO.FileStream"></see> on the specified path.</returns>
1175       <exception cref="T:System.ArgumentException"><paramref name="path">path</paramref> is a zero-length string, contains only white space, or contains one or more invalid characters as defined by <see cref="System.IO.Path.InvalidPathChars"></see>.</exception>
1176       <exception cref="T:System.ArgumentNullException"><paramref name="path">path</paramref> is <see langword="null"></see>.</exception>
1177       <exception cref="T:System.IO.PathTooLongException">The specified path, file name, or both exceed the system-defined maximum length. For example, on Windows-based platforms, paths must be less than 248 characters, and file names must be less than 260 characters.</exception>
1178       <exception cref="T:System.IO.DirectoryNotFoundException">The specified path is invalid, (for example, it is on an unmapped drive).</exception>
1179       <exception cref="T:System.UnauthorizedAccessException"><paramref name="path">path</paramref> specified a directory.  
1180  -or-  
1181  The caller does not have the required permission.</exception>
1182       <exception cref="T:System.IO.FileNotFoundException">The file specified in <paramref name="path">path</paramref> was not found.</exception>
1183       <exception cref="T:System.NotSupportedException"><paramref name="path">path</paramref> is in an invalid format.</exception>
1184       <exception cref="T:System.IO.IOException">An I/O error occurred while opening the file.</exception>
1185     </member>
1186     <member name="M:System.IO.File.OpenText(System.String)">
1187       <summary>Opens an existing UTF-8 encoded text file for reading.</summary>
1188       <param name="path">The file to be opened for reading.</param>
1189       <returns>A <see cref="T:System.IO.StreamReader"></see> on the specified path.</returns>
1190       <exception cref="T:System.UnauthorizedAccessException">The caller does not have the required permission.</exception>
1191       <exception cref="T:System.ArgumentException"><paramref name="path">path</paramref> is a zero-length string, contains only white space, or contains one or more invalid characters as defined by <see cref="System.IO.Path.InvalidPathChars"></see>.</exception>
1192       <exception cref="T:System.ArgumentNullException"><paramref name="path">path</paramref> is <see langword="null"></see>.</exception>
1193       <exception cref="T:System.IO.PathTooLongException">The specified path, file name, or both exceed the system-defined maximum length. For example, on Windows-based platforms, paths must be less than 248 characters, and file names must be less than 260 characters.</exception>
1194       <exception cref="T:System.IO.DirectoryNotFoundException">The specified path is invalid, (for example, it is on an unmapped drive).</exception>
1195       <exception cref="T:System.IO.FileNotFoundException">The file specified in <paramref name="path">path</paramref> was not found.</exception>
1196       <exception cref="T:System.NotSupportedException"><paramref name="path">path</paramref> is in an invalid format.</exception>
1197     </member>
1198     <member name="M:System.IO.File.OpenWrite(System.String)">
1199       <summary>Opens an existing file or creates a new file for writing.</summary>
1200       <param name="path">The file to be opened for writing.</param>
1201       <returns>An unshared <see cref="T:System.IO.FileStream"></see> object on the specified path with <see cref="F:System.IO.FileAccess.Write"></see> access.</returns>
1202       <exception cref="T:System.UnauthorizedAccessException">The caller does not have the required permission.  
1203  -or-  
1204  <paramref name="path">path</paramref> specified a read-only file or directory.</exception>
1205       <exception cref="T:System.ArgumentException"><paramref name="path">path</paramref> is a zero-length string, contains only white space, or contains one or more invalid characters as defined by <see cref="System.IO.Path.InvalidPathChars"></see>.</exception>
1206       <exception cref="T:System.ArgumentNullException"><paramref name="path">path</paramref> is <see langword="null"></see>.</exception>
1207       <exception cref="T:System.IO.PathTooLongException">The specified path, file name, or both exceed the system-defined maximum length. For example, on Windows-based platforms, paths must be less than 248 characters, and file names must be less than 260 characters.</exception>
1208       <exception cref="T:System.IO.DirectoryNotFoundException">The specified path is invalid, (for example, it is on an unmapped drive).</exception>
1209       <exception cref="T:System.NotSupportedException"><paramref name="path">path</paramref> is in an invalid format.</exception>
1210     </member>
1211     <member name="M:System.IO.File.ReadAllBytes(System.String)">
1212       <summary>Opens a binary file, reads the contents of the file into a byte array, and then closes the file.</summary>
1213       <param name="path">The file to open for reading.</param>
1214       <returns>A byte array containing the contents of the file.</returns>
1215       <exception cref="T:System.ArgumentException"><paramref name="path">path</paramref> is a zero-length string, contains only white space, or contains one or more invalid characters as defined by <see cref="System.IO.Path.InvalidPathChars"></see>.</exception>
1216       <exception cref="T:System.ArgumentNullException"><paramref name="path">path</paramref> is <see langword="null"></see>.</exception>
1217       <exception cref="T:System.IO.PathTooLongException">The specified path, file name, or both exceed the system-defined maximum length. For example, on Windows-based platforms, paths must be less than 248 characters, and file names must be less than 260 characters.</exception>
1218       <exception cref="T:System.IO.DirectoryNotFoundException">The specified path is invalid (for example, it is on an unmapped drive).</exception>
1219       <exception cref="T:System.IO.IOException">An I/O error occurred while opening the file.</exception>
1220       <exception cref="T:System.UnauthorizedAccessException">This operation is not supported on the current platform.  
1221  -or-  
1222  <paramref name="path">path</paramref> specified a directory.  
1223  -or-  
1224  The caller does not have the required permission.</exception>
1225       <exception cref="T:System.IO.FileNotFoundException">The file specified in <paramref name="path">path</paramref> was not found.</exception>
1226       <exception cref="T:System.NotSupportedException"><paramref name="path">path</paramref> is in an invalid format.</exception>
1227       <exception cref="T:System.Security.SecurityException">The caller does not have the required permission.</exception>
1228     </member>
1229     <member name="M:System.IO.File.ReadAllBytesAsync(System.String,System.Threading.CancellationToken)">
1230       <param name="path"></param>
1231       <param name="cancellationToken"></param>
1232       <returns></returns>
1233     </member>
1234     <member name="M:System.IO.File.ReadAllLines(System.String)">
1235       <summary>Opens a text file, reads all lines of the file, and then closes the file.</summary>
1236       <param name="path">The file to open for reading.</param>
1237       <returns>A string array containing all lines of the file.</returns>
1238       <exception cref="T:System.ArgumentException"><paramref name="path">path</paramref> is a zero-length string, contains only white space, or contains one or more invalid characters as defined by <see cref="System.IO.Path.InvalidPathChars"></see>.</exception>
1239       <exception cref="T:System.ArgumentNullException"><paramref name="path">path</paramref> is <see langword="null"></see>.</exception>
1240       <exception cref="T:System.IO.PathTooLongException">The specified path, file name, or both exceed the system-defined maximum length. For example, on Windows-based platforms, paths must be less than 248 characters, and file names must be less than 260 characters.</exception>
1241       <exception cref="T:System.IO.DirectoryNotFoundException">The specified path is invalid (for example, it is on an unmapped drive).</exception>
1242       <exception cref="T:System.IO.IOException">An I/O error occurred while opening the file.</exception>
1243       <exception cref="T:System.UnauthorizedAccessException"><paramref name="path">path</paramref> specified a file that is read-only.  
1244  -or-  
1245  This operation is not supported on the current platform.  
1246  -or-  
1247  <paramref name="path">path</paramref> specified a directory.  
1248  -or-  
1249  The caller does not have the required permission.</exception>
1250       <exception cref="T:System.IO.FileNotFoundException">The file specified in <paramref name="path">path</paramref> was not found.</exception>
1251       <exception cref="T:System.NotSupportedException"><paramref name="path">path</paramref> is in an invalid format.</exception>
1252       <exception cref="T:System.Security.SecurityException">The caller does not have the required permission.</exception>
1253     </member>
1254     <member name="M:System.IO.File.ReadAllLines(System.String,System.Text.Encoding)">
1255       <summary>Opens a file, reads all lines of the file with the specified encoding, and then closes the file.</summary>
1256       <param name="path">The file to open for reading.</param>
1257       <param name="encoding">The encoding applied to the contents of the file.</param>
1258       <returns>A string array containing all lines of the file.</returns>
1259       <exception cref="T:System.ArgumentException"><paramref name="path">path</paramref> is a zero-length string, contains only white space, or contains one or more invalid characters as defined by <see cref="System.IO.Path.InvalidPathChars"></see>.</exception>
1260       <exception cref="T:System.ArgumentNullException"><paramref name="path">path</paramref> is <see langword="null"></see>.</exception>
1261       <exception cref="T:System.IO.PathTooLongException">The specified path, file name, or both exceed the system-defined maximum length. For example, on Windows-based platforms, paths must be less than 248 characters, and file names must be less than 260 characters.</exception>
1262       <exception cref="T:System.IO.DirectoryNotFoundException">The specified path is invalid (for example, it is on an unmapped drive).</exception>
1263       <exception cref="T:System.IO.IOException">An I/O error occurred while opening the file.</exception>
1264       <exception cref="T:System.UnauthorizedAccessException"><paramref name="path">path</paramref> specified a file that is read-only.  
1265  -or-  
1266  This operation is not supported on the current platform.  
1267  -or-  
1268  <paramref name="path">path</paramref> specified a directory.  
1269  -or-  
1270  The caller does not have the required permission.</exception>
1271       <exception cref="T:System.IO.FileNotFoundException">The file specified in <paramref name="path">path</paramref> was not found.</exception>
1272       <exception cref="T:System.NotSupportedException"><paramref name="path">path</paramref> is in an invalid format.</exception>
1273       <exception cref="T:System.Security.SecurityException">The caller does not have the required permission.</exception>
1274     </member>
1275     <member name="M:System.IO.File.ReadAllLinesAsync(System.String,System.Threading.CancellationToken)">
1276       <param name="path"></param>
1277       <param name="cancellationToken"></param>
1278       <returns></returns>
1279     </member>
1280     <member name="M:System.IO.File.ReadAllLinesAsync(System.String,System.Text.Encoding,System.Threading.CancellationToken)">
1281       <param name="path"></param>
1282       <param name="encoding"></param>
1283       <param name="cancellationToken"></param>
1284       <returns></returns>
1285     </member>
1286     <member name="M:System.IO.File.ReadAllText(System.String,System.Text.Encoding)">
1287       <summary>Opens a file, reads all lines of the file with the specified encoding, and then closes the file.</summary>
1288       <param name="path">The file to open for reading.</param>
1289       <param name="encoding">The encoding applied to the contents of the file.</param>
1290       <returns>A string containing all lines of the file.</returns>
1291       <exception cref="T:System.ArgumentException"><paramref name="path">path</paramref> is a zero-length string, contains only white space, or contains one or more invalid characters as defined by <see cref="System.IO.Path.InvalidPathChars"></see>.</exception>
1292       <exception cref="T:System.ArgumentNullException"><paramref name="path">path</paramref> is <see langword="null"></see>.</exception>
1293       <exception cref="T:System.IO.PathTooLongException">The specified path, file name, or both exceed the system-defined maximum length. For example, on Windows-based platforms, paths must be less than 248 characters, and file names must be less than 260 characters.</exception>
1294       <exception cref="T:System.IO.DirectoryNotFoundException">The specified path is invalid (for example, it is on an unmapped drive).</exception>
1295       <exception cref="T:System.IO.IOException">An I/O error occurred while opening the file.</exception>
1296       <exception cref="T:System.UnauthorizedAccessException"><paramref name="path">path</paramref> specified a file that is read-only.  
1297  -or-  
1298  This operation is not supported on the current platform.  
1299  -or-  
1300  <paramref name="path">path</paramref> specified a directory.  
1301  -or-  
1302  The caller does not have the required permission.</exception>
1303       <exception cref="T:System.IO.FileNotFoundException">The file specified in <paramref name="path">path</paramref> was not found.</exception>
1304       <exception cref="T:System.NotSupportedException"><paramref name="path">path</paramref> is in an invalid format.</exception>
1305       <exception cref="T:System.Security.SecurityException">The caller does not have the required permission.</exception>
1306     </member>
1307     <member name="M:System.IO.File.ReadAllText(System.String)">
1308       <summary>Opens a text file, reads all lines of the file, and then closes the file.</summary>
1309       <param name="path">The file to open for reading.</param>
1310       <returns>A string containing all lines of the file.</returns>
1311       <exception cref="T:System.ArgumentException"><paramref name="path">path</paramref> is a zero-length string, contains only white space, or contains one or more invalid characters as defined by <see cref="System.IO.Path.InvalidPathChars"></see>.</exception>
1312       <exception cref="T:System.ArgumentNullException"><paramref name="path">path</paramref> is <see langword="null"></see>.</exception>
1313       <exception cref="T:System.IO.PathTooLongException">The specified path, file name, or both exceed the system-defined maximum length. For example, on Windows-based platforms, paths must be less than 248 characters, and file names must be less than 260 characters.</exception>
1314       <exception cref="T:System.IO.DirectoryNotFoundException">The specified path is invalid (for example, it is on an unmapped drive).</exception>
1315       <exception cref="T:System.IO.IOException">An I/O error occurred while opening the file.</exception>
1316       <exception cref="T:System.UnauthorizedAccessException"><paramref name="path">path</paramref> specified a file that is read-only.  
1317  -or-  
1318  This operation is not supported on the current platform.  
1319  -or-  
1320  <paramref name="path">path</paramref> specified a directory.  
1321  -or-  
1322  The caller does not have the required permission.</exception>
1323       <exception cref="T:System.IO.FileNotFoundException">The file specified in <paramref name="path">path</paramref> was not found.</exception>
1324       <exception cref="T:System.NotSupportedException"><paramref name="path">path</paramref> is in an invalid format.</exception>
1325       <exception cref="T:System.Security.SecurityException">The caller does not have the required permission.</exception>
1326     </member>
1327     <member name="M:System.IO.File.ReadAllTextAsync(System.String,System.Threading.CancellationToken)">
1328       <param name="path"></param>
1329       <param name="cancellationToken"></param>
1330       <returns></returns>
1331     </member>
1332     <member name="M:System.IO.File.ReadAllTextAsync(System.String,System.Text.Encoding,System.Threading.CancellationToken)">
1333       <param name="path"></param>
1334       <param name="encoding"></param>
1335       <param name="cancellationToken"></param>
1336       <returns></returns>
1337     </member>
1338     <member name="M:System.IO.File.ReadLines(System.String)">
1339       <summary>Reads the lines of a file.</summary>
1340       <param name="path">The file to read.</param>
1341       <returns>All the lines of the file, or the lines that are the result of a query.</returns>
1342       <exception cref="T:System.ArgumentException"><paramref name="path">path</paramref> is a zero-length string, contains only white space, or contains one or more invalid characters defined by the <see cref="System.IO.Path.GetInvalidPathChars"></see> method.</exception>
1343       <exception cref="T:System.ArgumentNullException"><paramref name="path">path</paramref> is <see langword="null"></see>.</exception>
1344       <exception cref="T:System.IO.DirectoryNotFoundException"><paramref name="path">path</paramref> is invalid (for example, it is on an unmapped drive).</exception>
1345       <exception cref="T:System.IO.FileNotFoundException">The file specified by <paramref name="path">path</paramref> was not found.</exception>
1346       <exception cref="T:System.IO.IOException">An I/O error occurred while opening the file.</exception>
1347       <exception cref="T:System.IO.PathTooLongException"><paramref name="path">path</paramref> exceeds the system-defined maximum length. For example, on Windows-based platforms, paths must be less than 248 characters and file names must be less than 260 characters.</exception>
1348       <exception cref="T:System.Security.SecurityException">The caller does not have the required permission.</exception>
1349       <exception cref="T:System.UnauthorizedAccessException"><paramref name="path">path</paramref> specifies a file that is read-only.  
1350  -or-  
1351  This operation is not supported on the current platform.  
1352  -or-  
1353  <paramref name="path">path</paramref> is a directory.  
1354  -or-  
1355  The caller does not have the required permission.</exception>
1356     </member>
1357     <member name="M:System.IO.File.ReadLines(System.String,System.Text.Encoding)">
1358       <summary>Read the lines of a file that has a specified encoding.</summary>
1359       <param name="path">The file to read.</param>
1360       <param name="encoding">The encoding that is applied to the contents of the file.</param>
1361       <returns>All the lines of the file, or the lines that are the result of a query.</returns>
1362       <exception cref="T:System.ArgumentException"><paramref name="path">path</paramref> is a zero-length string, contains only white space, or contains one or more invalid characters as defined by the <see cref="System.IO.Path.GetInvalidPathChars"></see> method.</exception>
1363       <exception cref="T:System.ArgumentNullException"><paramref name="path">path</paramref> is <see langword="null"></see>.</exception>
1364       <exception cref="T:System.IO.DirectoryNotFoundException"><paramref name="path">path</paramref> is invalid (for example, it is on an unmapped drive).</exception>
1365       <exception cref="T:System.IO.FileNotFoundException">The file specified by <paramref name="path">path</paramref> was not found.</exception>
1366       <exception cref="T:System.IO.IOException">An I/O error occurred while opening the file.</exception>
1367       <exception cref="T:System.IO.PathTooLongException"><paramref name="path">path</paramref> exceeds the system-defined maximum length. For example, on Windows-based platforms, paths must be less than 248 characters and file names must be less than 260 characters.</exception>
1368       <exception cref="T:System.Security.SecurityException">The caller does not have the required permission.</exception>
1369       <exception cref="T:System.UnauthorizedAccessException"><paramref name="path">path</paramref> specifies a file that is read-only.  
1370  -or-  
1371  This operation is not supported on the current platform.  
1372  -or-  
1373  <paramref name="path">path</paramref> is a directory.  
1374  -or-  
1375  The caller does not have the required permission.</exception>
1376     </member>
1377     <member name="M:System.IO.File.Replace(System.String,System.String,System.String)">
1378       <summary>Replaces the contents of a specified file with the contents of another file, deleting the original file, and creating a backup of the replaced file.</summary>
1379       <param name="sourceFileName">The name of a file that replaces the file specified by destinationFileName.</param>
1380       <param name="destinationFileName">The name of the file being replaced.</param>
1381       <param name="destinationBackupFileName">The name of the backup file.</param>
1382       <exception cref="T:System.ArgumentException">The path described by the <paramref name="destinationFileName">destinationFileName</paramref> parameter was not of a legal form.  
1383  -or-  
1384  The path described by the <paramref name="destinationBackupFileName">destinationBackupFileName</paramref> parameter was not of a legal form.</exception>
1385       <exception cref="T:System.ArgumentNullException">The <paramref name="destinationFileName">destinationFileName</paramref> parameter is <see langword="null"></see>.</exception>
1386       <exception cref="T:System.IO.DriveNotFoundException">An invalid drive was specified.</exception>
1387       <exception cref="T:System.IO.FileNotFoundException">The file described by the current <see cref="System.IO.FileInfo"></see> object could not be found.  
1388  -or-  
1389  The file described by the <paramref name="destinationBackupFileName">destinationBackupFileName</paramref> parameter could not be found.</exception>
1390       <exception cref="T:System.IO.IOException">An I/O error occurred while opening the file.  
1391  - or -  
1392  The <paramref name="sourceFileName">sourceFileName</paramref> and <paramref name="destinationFileName">destinationFileName</paramref> parameters specify the same file.</exception>
1393       <exception cref="T:System.IO.PathTooLongException">The specified path, file name, or both exceed the system-defined maximum length. For example, on Windows-based platforms, paths must be less than 248 characters, and file names must be less than 260 characters.</exception>
1394       <exception cref="T:System.PlatformNotSupportedException">The operating system is Windows 98 Second Edition or earlier and the files system is not NTFS.</exception>
1395       <exception cref="T:System.UnauthorizedAccessException">The <paramref name="sourceFileName">sourceFileName</paramref> or <paramref name="destinationFileName">destinationFileName</paramref> parameter specifies a file that is read-only.  
1396  -or-  
1397  This operation is not supported on the current platform.  
1398  -or-  
1399  Source or destination parameters specify a directory instead of a file.  
1400  -or-  
1401  The caller does not have the required permission.</exception>
1402     </member>
1403     <member name="M:System.IO.File.Replace(System.String,System.String,System.String,System.Boolean)">
1404       <summary>Replaces the contents of a specified file with the contents of another file, deleting the original file, and creating a backup of the replaced file and optionally ignores merge errors.</summary>
1405       <param name="sourceFileName">The name of a file that replaces the file specified by destinationFileName.</param>
1406       <param name="destinationFileName">The name of the file being replaced.</param>
1407       <param name="destinationBackupFileName">The name of the backup file.</param>
1408       <param name="ignoreMetadataErrors"><see langword="true"></see> to ignore merge errors (such as attributes and access control lists (ACLs)) from the replaced file to the replacement file; otherwise, <see langword="false"></see>.</param>
1409       <exception cref="T:System.ArgumentException">The path described by the <paramref name="destinationFileName">destinationFileName</paramref> parameter was not of a legal form.  
1410  -or-  
1411  The path described by the <paramref name="destinationBackupFileName">destinationBackupFileName</paramref> parameter was not of a legal form.</exception>
1412       <exception cref="T:System.ArgumentNullException">The <paramref name="destinationFileName">destinationFileName</paramref> parameter is <see langword="null"></see>.</exception>
1413       <exception cref="T:System.IO.DriveNotFoundException">An invalid drive was specified.</exception>
1414       <exception cref="T:System.IO.FileNotFoundException">The file described by the current <see cref="System.IO.FileInfo"></see> object could not be found.  
1415  -or-  
1416  The file described by the <paramref name="destinationBackupFileName">destinationBackupFileName</paramref> parameter could not be found.</exception>
1417       <exception cref="T:System.IO.IOException">An I/O error occurred while opening the file.  
1418  - or -  
1419  The <paramref name="sourceFileName">sourceFileName</paramref> and <paramref name="destinationFileName">destinationFileName</paramref> parameters specify the same file.</exception>
1420       <exception cref="T:System.IO.PathTooLongException">The specified path, file name, or both exceed the system-defined maximum length. For example, on Windows-based platforms, paths must be less than 248 characters, and file names must be less than 260 characters.</exception>
1421       <exception cref="T:System.PlatformNotSupportedException">The operating system is Windows 98 Second Edition or earlier and the files system is not NTFS.</exception>
1422       <exception cref="T:System.UnauthorizedAccessException">The <paramref name="sourceFileName">sourceFileName</paramref> or <paramref name="destinationFileName">destinationFileName</paramref> parameter specifies a file that is read-only.  
1423  -or-  
1424  This operation is not supported on the current platform.  
1425  -or-  
1426  Source or destination parameters specify a directory instead of a file.  
1427  -or-  
1428  The caller does not have the required permission.</exception>
1429     </member>
1430     <member name="M:System.IO.File.SetAttributes(System.String,System.IO.FileAttributes)">
1431       <summary>Sets the specified <see cref="T:System.IO.FileAttributes"></see> of the file on the specified path.</summary>
1432       <param name="path">The path to the file.</param>
1433       <param name="fileAttributes">A bitwise combination of the enumeration values.</param>
1434       <exception cref="T:System.ArgumentException"><paramref name="path">path</paramref> is empty, contains only white spaces, contains invalid characters, or the file attribute is invalid.</exception>
1435       <exception cref="T:System.IO.PathTooLongException">The specified path, file name, or both exceed the system-defined maximum length. For example, on Windows-based platforms, paths must be less than 248 characters, and file names must be less than 260 characters.</exception>
1436       <exception cref="T:System.NotSupportedException"><paramref name="path">path</paramref> is in an invalid format.</exception>
1437       <exception cref="T:System.IO.DirectoryNotFoundException">The specified path is invalid, (for example, it is on an unmapped drive).</exception>
1438       <exception cref="T:System.IO.FileNotFoundException">The file cannot be found.</exception>
1439       <exception cref="T:System.UnauthorizedAccessException"><paramref name="path">path</paramref> specified a file that is read-only.  
1440  -or-  
1441  This operation is not supported on the current platform.  
1442  -or-  
1443  <paramref name="path">path</paramref> specified a directory.  
1444  -or-  
1445  The caller does not have the required permission.</exception>
1446     </member>
1447     <member name="M:System.IO.File.SetCreationTime(System.String,System.DateTime)">
1448       <summary>Sets the date and time the file was created.</summary>
1449       <param name="path">The file for which to set the creation date and time information.</param>
1450       <param name="creationTime">A <see cref="T:System.DateTime"></see> containing the value to set for the creation date and time of path. This value is expressed in local time.</param>
1451       <exception cref="T:System.IO.FileNotFoundException">The specified path was not found.</exception>
1452       <exception cref="T:System.ArgumentException"><paramref name="path">path</paramref> is a zero-length string, contains only white space, or contains one or more invalid characters as defined by <see cref="System.IO.Path.InvalidPathChars"></see>.</exception>
1453       <exception cref="T:System.ArgumentNullException"><paramref name="path">path</paramref> is <see langword="null"></see>.</exception>
1454       <exception cref="T:System.IO.PathTooLongException">The specified path, file name, or both exceed the system-defined maximum length. For example, on Windows-based platforms, paths must be less than 248 characters, and file names must be less than 260 characters.</exception>
1455       <exception cref="T:System.IO.IOException">An I/O error occurred while performing the operation.</exception>
1456       <exception cref="T:System.ArgumentOutOfRangeException"><paramref name="creationTime">creationTime</paramref> specifies a value outside the range of dates, times, or both permitted for this operation.</exception>
1457       <exception cref="T:System.UnauthorizedAccessException">The caller does not have the required permission.</exception>
1458       <exception cref="T:System.NotSupportedException"><paramref name="path">path</paramref> is in an invalid format.</exception>
1459     </member>
1460     <member name="M:System.IO.File.SetCreationTimeUtc(System.String,System.DateTime)">
1461       <summary>Sets the date and time, in coordinated universal time (UTC), that the file was created.</summary>
1462       <param name="path">The file for which to set the creation date and time information.</param>
1463       <param name="creationTimeUtc">A <see cref="T:System.DateTime"></see> containing the value to set for the creation date and time of path. This value is expressed in UTC time.</param>
1464       <exception cref="T:System.IO.FileNotFoundException">The specified path was not found.</exception>
1465       <exception cref="T:System.ArgumentException"><paramref name="path">path</paramref> is a zero-length string, contains only white space, or contains one or more invalid characters as defined by <see cref="System.IO.Path.InvalidPathChars"></see>.</exception>
1466       <exception cref="T:System.ArgumentNullException"><paramref name="path">path</paramref> is <see langword="null"></see>.</exception>
1467       <exception cref="T:System.IO.PathTooLongException">The specified path, file name, or both exceed the system-defined maximum length. For example, on Windows-based platforms, paths must be less than 248 characters, and file names must be less than 260 characters.</exception>
1468       <exception cref="T:System.IO.IOException">An I/O error occurred while performing the operation.</exception>
1469       <exception cref="T:System.ArgumentOutOfRangeException"><paramref name="creationTime">creationTime</paramref> specifies a value outside the range of dates, times, or both permitted for this operation.</exception>
1470       <exception cref="T:System.UnauthorizedAccessException">The caller does not have the required permission.</exception>
1471       <exception cref="T:System.NotSupportedException"><paramref name="path">path</paramref> is in an invalid format.</exception>
1472     </member>
1473     <member name="M:System.IO.File.SetLastAccessTime(System.String,System.DateTime)">
1474       <summary>Sets the date and time the specified file was last accessed.</summary>
1475       <param name="path">The file for which to set the access date and time information.</param>
1476       <param name="lastAccessTime">A <see cref="T:System.DateTime"></see> containing the value to set for the last access date and time of path. This value is expressed in local time.</param>
1477       <exception cref="T:System.ArgumentException"><paramref name="path">path</paramref> is a zero-length string, contains only white space, or contains one or more invalid characters as defined by <see cref="System.IO.Path.InvalidPathChars"></see>.</exception>
1478       <exception cref="T:System.ArgumentNullException"><paramref name="path">path</paramref> is <see langword="null"></see>.</exception>
1479       <exception cref="T:System.IO.PathTooLongException">The specified path, file name, or both exceed the system-defined maximum length. For example, on Windows-based platforms, paths must be less than 248 characters, and file names must be less than 260 characters.</exception>
1480       <exception cref="T:System.IO.FileNotFoundException">The specified path was not found.</exception>
1481       <exception cref="T:System.UnauthorizedAccessException">The caller does not have the required permission.</exception>
1482       <exception cref="T:System.NotSupportedException"><paramref name="path">path</paramref> is in an invalid format.</exception>
1483       <exception cref="T:System.ArgumentOutOfRangeException"><paramref name="lastAccessTime">lastAccessTime</paramref> specifies a value outside the range of dates or times permitted for this operation.</exception>
1484     </member>
1485     <member name="M:System.IO.File.SetLastAccessTimeUtc(System.String,System.DateTime)">
1486       <summary>Sets the date and time, in coordinated universal time (UTC), that the specified file was last accessed.</summary>
1487       <param name="path">The file for which to set the access date and time information.</param>
1488       <param name="lastAccessTimeUtc">A <see cref="T:System.DateTime"></see> containing the value to set for the last access date and time of path. This value is expressed in UTC time.</param>
1489       <exception cref="T:System.ArgumentException"><paramref name="path">path</paramref> is a zero-length string, contains only white space, or contains one or more invalid characters as defined by <see cref="System.IO.Path.InvalidPathChars"></see>.</exception>
1490       <exception cref="T:System.ArgumentNullException"><paramref name="path">path</paramref> is <see langword="null"></see>.</exception>
1491       <exception cref="T:System.IO.PathTooLongException">The specified path, file name, or both exceed the system-defined maximum length. For example, on Windows-based platforms, paths must be less than 248 characters, and file names must be less than 260 characters.</exception>
1492       <exception cref="T:System.IO.FileNotFoundException">The specified path was not found.</exception>
1493       <exception cref="T:System.UnauthorizedAccessException">The caller does not have the required permission.</exception>
1494       <exception cref="T:System.NotSupportedException"><paramref name="path">path</paramref> is in an invalid format.</exception>
1495       <exception cref="T:System.ArgumentOutOfRangeException"><paramref name="lastAccessTimeUtc">lastAccessTimeUtc</paramref> specifies a value outside the range of dates or times permitted for this operation.</exception>
1496     </member>
1497     <member name="M:System.IO.File.SetLastWriteTime(System.String,System.DateTime)">
1498       <summary>Sets the date and time that the specified file was last written to.</summary>
1499       <param name="path">The file for which to set the date and time information.</param>
1500       <param name="lastWriteTime">A <see cref="T:System.DateTime"></see> containing the value to set for the last write date and time of path. This value is expressed in local time.</param>
1501       <exception cref="T:System.ArgumentException"><paramref name="path">path</paramref> is a zero-length string, contains only white space, or contains one or more invalid characters as defined by <see cref="System.IO.Path.InvalidPathChars"></see>.</exception>
1502       <exception cref="T:System.ArgumentNullException"><paramref name="path">path</paramref> is <see langword="null"></see>.</exception>
1503       <exception cref="T:System.IO.PathTooLongException">The specified path, file name, or both exceed the system-defined maximum length. For example, on Windows-based platforms, paths must be less than 248 characters, and file names must be less than 260 characters.</exception>
1504       <exception cref="T:System.IO.FileNotFoundException">The specified path was not found.</exception>
1505       <exception cref="T:System.UnauthorizedAccessException">The caller does not have the required permission.</exception>
1506       <exception cref="T:System.NotSupportedException"><paramref name="path">path</paramref> is in an invalid format.</exception>
1507       <exception cref="T:System.ArgumentOutOfRangeException"><paramref name="lastWriteTime">lastWriteTime</paramref> specifies a value outside the range of dates or times permitted for this operation.</exception>
1508     </member>
1509     <member name="M:System.IO.File.SetLastWriteTimeUtc(System.String,System.DateTime)">
1510       <summary>Sets the date and time, in coordinated universal time (UTC), that the specified file was last written to.</summary>
1511       <param name="path">The file for which to set the date and time information.</param>
1512       <param name="lastWriteTimeUtc">A <see cref="T:System.DateTime"></see> containing the value to set for the last write date and time of path. This value is expressed in UTC time.</param>
1513       <exception cref="T:System.ArgumentException"><paramref name="path">path</paramref> is a zero-length string, contains only white space, or contains one or more invalid characters as defined by <see cref="System.IO.Path.InvalidPathChars"></see>.</exception>
1514       <exception cref="T:System.ArgumentNullException"><paramref name="path">path</paramref> is <see langword="null"></see>.</exception>
1515       <exception cref="T:System.IO.PathTooLongException">The specified path, file name, or both exceed the system-defined maximum length. For example, on Windows-based platforms, paths must be less than 248 characters, and file names must be less than 260 characters.</exception>
1516       <exception cref="T:System.IO.FileNotFoundException">The specified path was not found.</exception>
1517       <exception cref="T:System.UnauthorizedAccessException">The caller does not have the required permission.</exception>
1518       <exception cref="T:System.NotSupportedException"><paramref name="path">path</paramref> is in an invalid format.</exception>
1519       <exception cref="T:System.ArgumentOutOfRangeException"><paramref name="lastWriteTimeUtc">lastWriteTimeUtc</paramref> specifies a value outside the range of dates or times permitted for this operation.</exception>
1520     </member>
1521     <member name="M:System.IO.File.WriteAllBytes(System.String,System.Byte[])">
1522       <summary>Creates a new file, writes the specified byte array to the file, and then closes the file. If the target file already exists, it is overwritten.</summary>
1523       <param name="path">The file to write to.</param>
1524       <param name="bytes">The bytes to write to the file.</param>
1525       <exception cref="T:System.ArgumentException"><paramref name="path">path</paramref> is a zero-length string, contains only white space, or contains one or more invalid characters as defined by <see cref="System.IO.Path.InvalidPathChars"></see>.</exception>
1526       <exception cref="T:System.ArgumentNullException"><paramref name="path">path</paramref> is <see langword="null"></see> or the byte array is empty.</exception>
1527       <exception cref="T:System.IO.PathTooLongException">The specified path, file name, or both exceed the system-defined maximum length. For example, on Windows-based platforms, paths must be less than 248 characters, and file names must be less than 260 characters.</exception>
1528       <exception cref="T:System.IO.DirectoryNotFoundException">The specified path is invalid (for example, it is on an unmapped drive).</exception>
1529       <exception cref="T:System.IO.IOException">An I/O error occurred while opening the file.</exception>
1530       <exception cref="T:System.UnauthorizedAccessException"><paramref name="path">path</paramref> specified a file that is read-only.  
1531  -or-  
1532  This operation is not supported on the current platform.  
1533  -or-  
1534  <paramref name="path">path</paramref> specified a directory.  
1535  -or-  
1536  The caller does not have the required permission.</exception>
1537       <exception cref="T:System.NotSupportedException"><paramref name="path">path</paramref> is in an invalid format.</exception>
1538       <exception cref="T:System.Security.SecurityException">The caller does not have the required permission.</exception>
1539     </member>
1540     <member name="M:System.IO.File.WriteAllBytesAsync(System.String,System.Byte[],System.Threading.CancellationToken)">
1541       <param name="path"></param>
1542       <param name="bytes"></param>
1543       <param name="cancellationToken"></param>
1544       <returns></returns>
1545     </member>
1546     <member name="M:System.IO.File.WriteAllLines(System.String,System.String[],System.Text.Encoding)">
1547       <summary>Creates a new file, writes the specified string array to the file by using the specified encoding, and then closes the file.</summary>
1548       <param name="path">The file to write to.</param>
1549       <param name="contents">The string array to write to the file.</param>
1550       <param name="encoding">An <see cref="T:System.Text.Encoding"></see> object that represents the character encoding applied to the string array.</param>
1551       <exception cref="T:System.ArgumentException"><paramref name="path">path</paramref> is a zero-length string, contains only white space, or contains one or more invalid characters as defined by <see cref="System.IO.Path.InvalidPathChars"></see>.</exception>
1552       <exception cref="T:System.ArgumentNullException">Either <paramref name="path">path</paramref> or <paramref name="contents">contents</paramref> is <see langword="null"></see>.</exception>
1553       <exception cref="T:System.IO.PathTooLongException">The specified path, file name, or both exceed the system-defined maximum length. For example, on Windows-based platforms, paths must be less than 248 characters, and file names must be less than 260 characters.</exception>
1554       <exception cref="T:System.IO.DirectoryNotFoundException">The specified path is invalid (for example, it is on an unmapped drive).</exception>
1555       <exception cref="T:System.IO.IOException">An I/O error occurred while opening the file.</exception>
1556       <exception cref="T:System.UnauthorizedAccessException"><paramref name="path">path</paramref> specified a file that is read-only.  
1557  -or-  
1558  This operation is not supported on the current platform.  
1559  -or-  
1560  <paramref name="path">path</paramref> specified a directory.  
1561  -or-  
1562  The caller does not have the required permission.</exception>
1563       <exception cref="T:System.NotSupportedException"><paramref name="path">path</paramref> is in an invalid format.</exception>
1564       <exception cref="T:System.Security.SecurityException">The caller does not have the required permission.</exception>
1565     </member>
1566     <member name="M:System.IO.File.WriteAllLines(System.String,System.Collections.Generic.IEnumerable{System.String},System.Text.Encoding)">
1567       <summary>Creates a new file by using the specified encoding, writes a collection of strings to the file, and then closes the file.</summary>
1568       <param name="path">The file to write to.</param>
1569       <param name="contents">The lines to write to the file.</param>
1570       <param name="encoding">The character encoding to use.</param>
1571       <exception cref="T:System.ArgumentException"><paramref name="path">path</paramref> is a zero-length string, contains only white space, or contains one or more invalid characters defined by the <see cref="System.IO.Path.GetInvalidPathChars"></see> method.</exception>
1572       <exception cref="T:System.ArgumentNullException">Either <paramref name="path">path</paramref>, <paramref name="contents">contents</paramref>, or <paramref name="encoding">encoding</paramref> is <see langword="null"></see>.</exception>
1573       <exception cref="T:System.IO.DirectoryNotFoundException"><paramref name="path">path</paramref> is invalid (for example, it is on an unmapped drive).</exception>
1574       <exception cref="T:System.IO.IOException">An I/O error occurred while opening the file.</exception>
1575       <exception cref="T:System.IO.PathTooLongException"><paramref name="path">path</paramref> exceeds the system-defined maximum length. For example, on Windows-based platforms, paths must be less than 248 characters and file names must be less than 260 characters.</exception>
1576       <exception cref="T:System.NotSupportedException"><paramref name="path">path</paramref> is in an invalid format.</exception>
1577       <exception cref="T:System.Security.SecurityException">The caller does not have the required permission.</exception>
1578       <exception cref="T:System.UnauthorizedAccessException"><paramref name="path">path</paramref> specifies a file that is read-only.  
1579  -or-  
1580  This operation is not supported on the current platform.  
1581  -or-  
1582  <paramref name="path">path</paramref> is a directory.  
1583  -or-  
1584  The caller does not have the required permission.</exception>
1585     </member>
1586     <member name="M:System.IO.File.WriteAllLines(System.String,System.String[])">
1587       <summary>Creates a new file, write the specified string array to the file, and then closes the file.</summary>
1588       <param name="path">The file to write to.</param>
1589       <param name="contents">The string array to write to the file.</param>
1590       <exception cref="T:System.ArgumentException"><paramref name="path">path</paramref> is a zero-length string, contains only white space, or contains one or more invalid characters as defined by <see cref="System.IO.Path.InvalidPathChars"></see>.</exception>
1591       <exception cref="T:System.ArgumentNullException">Either <paramref name="path">path</paramref> or <paramref name="contents">contents</paramref> is <see langword="null"></see>.</exception>
1592       <exception cref="T:System.IO.PathTooLongException">The specified path, file name, or both exceed the system-defined maximum length. For example, on Windows-based platforms, paths must be less than 248 characters, and file names must be less than 260 characters.</exception>
1593       <exception cref="T:System.IO.DirectoryNotFoundException">The specified path is invalid (for example, it is on an unmapped drive).</exception>
1594       <exception cref="T:System.IO.IOException">An I/O error occurred while opening the file.</exception>
1595       <exception cref="T:System.UnauthorizedAccessException"><paramref name="path">path</paramref> specified a file that is read-only.  
1596  -or-  
1597  This operation is not supported on the current platform.  
1598  -or-  
1599  <paramref name="path">path</paramref> specified a directory.  
1600  -or-  
1601  The caller does not have the required permission.</exception>
1602       <exception cref="T:System.NotSupportedException"><paramref name="path">path</paramref> is in an invalid format.</exception>
1603       <exception cref="T:System.Security.SecurityException">The caller does not have the required permission.</exception>
1604     </member>
1605     <member name="M:System.IO.File.WriteAllLines(System.String,System.Collections.Generic.IEnumerable{System.String})">
1606       <summary>Creates a new file, writes a collection of strings to the file, and then closes the file.</summary>
1607       <param name="path">The file to write to.</param>
1608       <param name="contents">The lines to write to the file.</param>
1609       <exception cref="T:System.ArgumentException"><paramref name="path">path</paramref> is a zero-length string, contains only white space, or contains one or more invalid characters defined by the <see cref="System.IO.Path.GetInvalidPathChars"></see> method.</exception>
1610       <exception cref="T:System.ArgumentNullException">Either <paramref name="path">path</paramref> or <paramref name="contents">contents</paramref> is <see langword="null"></see>.</exception>
1611       <exception cref="T:System.IO.DirectoryNotFoundException"><paramref name="path">path</paramref> is invalid (for example, it is on an unmapped drive).</exception>
1612       <exception cref="T:System.IO.IOException">An I/O error occurred while opening the file.</exception>
1613       <exception cref="T:System.IO.PathTooLongException"><paramref name="path">path</paramref> exceeds the system-defined maximum length. For example, on Windows-based platforms, paths must be less than 248 characters and file names must be less than 260 characters.</exception>
1614       <exception cref="T:System.NotSupportedException"><paramref name="path">path</paramref> is in an invalid format.</exception>
1615       <exception cref="T:System.Security.SecurityException">The caller does not have the required permission.</exception>
1616       <exception cref="T:System.UnauthorizedAccessException"><paramref name="path">path</paramref> specifies a file that is read-only.  
1617  -or-  
1618  This operation is not supported on the current platform.  
1619  -or-  
1620  <paramref name="path">path</paramref> is a directory.  
1621  -or-  
1622  The caller does not have the required permission.</exception>
1623     </member>
1624     <member name="M:System.IO.File.WriteAllLinesAsync(System.String,System.Collections.Generic.IEnumerable{System.String},System.Threading.CancellationToken)">
1625       <param name="path"></param>
1626       <param name="contents"></param>
1627       <param name="cancellationToken"></param>
1628       <returns></returns>
1629     </member>
1630     <member name="M:System.IO.File.WriteAllLinesAsync(System.String,System.Collections.Generic.IEnumerable{System.String},System.Text.Encoding,System.Threading.CancellationToken)">
1631       <param name="path"></param>
1632       <param name="contents"></param>
1633       <param name="encoding"></param>
1634       <param name="cancellationToken"></param>
1635       <returns></returns>
1636     </member>
1637     <member name="M:System.IO.File.WriteAllText(System.String,System.String)">
1638       <summary>Creates a new file, writes the specified string to the file, and then closes the file. If the target file already exists, it is overwritten.</summary>
1639       <param name="path">The file to write to.</param>
1640       <param name="contents">The string to write to the file.</param>
1641       <exception cref="T:System.ArgumentException"><paramref name="path">path</paramref> is a zero-length string, contains only white space, or contains one or more invalid characters as defined by <see cref="System.IO.Path.InvalidPathChars"></see>.</exception>
1642       <exception cref="T:System.ArgumentNullException"><paramref name="path">path</paramref> is <see langword="null"></see> or <paramref name="contents">contents</paramref> is empty.</exception>
1643       <exception cref="T:System.IO.PathTooLongException">The specified path, file name, or both exceed the system-defined maximum length. For example, on Windows-based platforms, paths must be less than 248 characters, and file names must be less than 260 characters.</exception>
1644       <exception cref="T:System.IO.DirectoryNotFoundException">The specified path is invalid (for example, it is on an unmapped drive).</exception>
1645       <exception cref="T:System.IO.IOException">An I/O error occurred while opening the file.</exception>
1646       <exception cref="T:System.UnauthorizedAccessException"><paramref name="path">path</paramref> specified a file that is read-only.  
1647  -or-  
1648  This operation is not supported on the current platform.  
1649  -or-  
1650  <paramref name="path">path</paramref> specified a directory.  
1651  -or-  
1652  The caller does not have the required permission.</exception>
1653       <exception cref="T:System.NotSupportedException"><paramref name="path">path</paramref> is in an invalid format.</exception>
1654       <exception cref="T:System.Security.SecurityException">The caller does not have the required permission.</exception>
1655     </member>
1656     <member name="M:System.IO.File.WriteAllText(System.String,System.String,System.Text.Encoding)">
1657       <summary>Creates a new file, writes the specified string to the file using the specified encoding, and then closes the file. If the target file already exists, it is overwritten.</summary>
1658       <param name="path">The file to write to.</param>
1659       <param name="contents">The string to write to the file.</param>
1660       <param name="encoding">The encoding to apply to the string.</param>
1661       <exception cref="T:System.ArgumentException"><paramref name="path">path</paramref> is a zero-length string, contains only white space, or contains one or more invalid characters as defined by <see cref="System.IO.Path.InvalidPathChars"></see>.</exception>
1662       <exception cref="T:System.ArgumentNullException"><paramref name="path">path</paramref> is <see langword="null"></see> or <paramref name="contents">contents</paramref> is empty.</exception>
1663       <exception cref="T:System.IO.PathTooLongException">The specified path, file name, or both exceed the system-defined maximum length. For example, on Windows-based platforms, paths must be less than 248 characters, and file names must be less than 260 characters.</exception>
1664       <exception cref="T:System.IO.DirectoryNotFoundException">The specified path is invalid (for example, it is on an unmapped drive).</exception>
1665       <exception cref="T:System.IO.IOException">An I/O error occurred while opening the file.</exception>
1666       <exception cref="T:System.UnauthorizedAccessException"><paramref name="path">path</paramref> specified a file that is read-only.  
1667  -or-  
1668  This operation is not supported on the current platform.  
1669  -or-  
1670  <paramref name="path">path</paramref> specified a directory.  
1671  -or-  
1672  The caller does not have the required permission.</exception>
1673       <exception cref="T:System.NotSupportedException"><paramref name="path">path</paramref> is in an invalid format.</exception>
1674       <exception cref="T:System.Security.SecurityException">The caller does not have the required permission.</exception>
1675     </member>
1676     <member name="M:System.IO.File.WriteAllTextAsync(System.String,System.String,System.Threading.CancellationToken)">
1677       <param name="path"></param>
1678       <param name="contents"></param>
1679       <param name="cancellationToken"></param>
1680       <returns></returns>
1681     </member>
1682     <member name="M:System.IO.File.WriteAllTextAsync(System.String,System.String,System.Text.Encoding,System.Threading.CancellationToken)">
1683       <param name="path"></param>
1684       <param name="contents"></param>
1685       <param name="encoding"></param>
1686       <param name="cancellationToken"></param>
1687       <returns></returns>
1688     </member>
1689     <member name="T:System.IO.EnumerationOptions">
1690       
1691     </member>
1692     <member name="M:System.IO.EnumerationOptions.#ctor">
1693       
1694     </member>
1695     <member name="P:System.IO.EnumerationOptions.AttributesToSkip">
1696       <returns></returns>
1697     </member>
1698     <member name="P:System.IO.EnumerationOptions.BufferSize">
1699       <returns></returns>
1700     </member>
1701     <member name="P:System.IO.EnumerationOptions.IgnoreInaccessible">
1702       <returns></returns>
1703     </member>
1704     <member name="P:System.IO.EnumerationOptions.MatchCasing">
1705       <returns></returns>
1706     </member>
1707     <member name="P:System.IO.EnumerationOptions.MatchType">
1708       <returns></returns>
1709     </member>
1710     <member name="P:System.IO.EnumerationOptions.RecurseSubdirectories">
1711       <returns></returns>
1712     </member>
1713     <member name="P:System.IO.EnumerationOptions.ReturnSpecialDirectories">
1714       <returns></returns>
1715     </member>
1716     <member name="T:System.IO.Enumeration.FileSystemName">
1717       
1718     </member>
1719     <member name="M:System.IO.Enumeration.FileSystemName.MatchesSimpleExpression(System.ReadOnlySpan{System.Char},System.ReadOnlySpan{System.Char},System.Boolean)">
1720       <param name="expression"></param>
1721       <param name="name"></param>
1722       <param name="ignoreCase"></param>
1723       <returns></returns>
1724     </member>
1725     <member name="M:System.IO.Enumeration.FileSystemName.MatchesWin32Expression(System.ReadOnlySpan{System.Char},System.ReadOnlySpan{System.Char},System.Boolean)">
1726       <param name="expression"></param>
1727       <param name="name"></param>
1728       <param name="ignoreCase"></param>
1729       <returns></returns>
1730     </member>
1731     <member name="M:System.IO.Enumeration.FileSystemName.TranslateWin32Expression(System.String)">
1732       <param name="expression"></param>
1733       <returns></returns>
1734     </member>
1735     <member name="T:System.IO.Enumeration.FileSystemEnumerator`1">
1736       <typeparam name="TResult"></typeparam>
1737     </member>
1738     <member name="M:System.IO.Enumeration.FileSystemEnumerator`1.#ctor(System.String,System.IO.EnumerationOptions)">
1739       <param name="directory"></param>
1740       <param name="options"></param>
1741     </member>
1742     <member name="M:System.IO.Enumeration.FileSystemEnumerator`1.ContinueOnError(System.Int32)">
1743       <param name="error"></param>
1744       <returns></returns>
1745     </member>
1746     <member name="P:System.IO.Enumeration.FileSystemEnumerator`1.Current">
1747       <returns></returns>
1748     </member>
1749     <member name="M:System.IO.Enumeration.FileSystemEnumerator`1.Dispose">
1750       
1751     </member>
1752     <member name="M:System.IO.Enumeration.FileSystemEnumerator`1.Dispose(System.Boolean)">
1753       <param name="disposing"></param>
1754     </member>
1755     <member name="M:System.IO.Enumeration.FileSystemEnumerator`1.MoveNext">
1756       <returns></returns>
1757     </member>
1758     <member name="M:System.IO.Enumeration.FileSystemEnumerator`1.OnDirectoryFinished(System.ReadOnlySpan{System.Char})">
1759       <param name="directory"></param>
1760     </member>
1761     <member name="M:System.IO.Enumeration.FileSystemEnumerator`1.Reset">
1762       
1763     </member>
1764     <member name="M:System.IO.Enumeration.FileSystemEnumerator`1.ShouldIncludeEntry(System.IO.Enumeration.FileSystemEntry@)">
1765       <param name="entry"></param>
1766       <returns></returns>
1767     </member>
1768     <member name="M:System.IO.Enumeration.FileSystemEnumerator`1.ShouldRecurseIntoEntry(System.IO.Enumeration.FileSystemEntry@)">
1769       <param name="entry"></param>
1770       <returns></returns>
1771     </member>
1772     <member name="M:System.IO.Enumeration.FileSystemEnumerator`1.TransformEntry(System.IO.Enumeration.FileSystemEntry@)">
1773       <param name="entry"></param>
1774       <returns></returns>
1775     </member>
1776     <member name="P:System.IO.Enumeration.FileSystemEnumerator`1.System#Collections#IEnumerator#Current">
1777       <returns></returns>
1778     </member>
1779     <member name="T:System.IO.Enumeration.FileSystemEnumerable`1">
1780       <typeparam name="TResult"></typeparam>
1781     </member>
1782     <member name="M:System.IO.Enumeration.FileSystemEnumerable`1.#ctor(System.String,System.IO.Enumeration.FileSystemEnumerable{`0}.FindTransform,System.IO.EnumerationOptions)">
1783       <param name="directory"></param>
1784       <param name="transform"></param>
1785       <param name="options"></param>
1786     </member>
1787     <member name="M:System.IO.Enumeration.FileSystemEnumerable`1.GetEnumerator">
1788       <returns></returns>
1789     </member>
1790     <member name="P:System.IO.Enumeration.FileSystemEnumerable`1.ShouldIncludePredicate">
1791       <returns></returns>
1792     </member>
1793     <member name="P:System.IO.Enumeration.FileSystemEnumerable`1.ShouldRecursePredicate">
1794       <returns></returns>
1795     </member>
1796     <member name="M:System.IO.Enumeration.FileSystemEnumerable`1.System#Collections#IEnumerable#GetEnumerator">
1797       <returns></returns>
1798     </member>
1799     <member name="T:System.IO.Enumeration.FileSystemEnumerable`1.FindTransform">
1800       <param name="entry"></param>
1801       <typeparam name="TResult"></typeparam>
1802       <returns></returns>
1803     </member>
1804     <member name="T:System.IO.Enumeration.FileSystemEnumerable`1.FindPredicate">
1805       <param name="entry"></param>
1806       <typeparam name="TResult"></typeparam>
1807       <returns></returns>
1808     </member>
1809     <member name="T:System.IO.Enumeration.FileSystemEntry">
1810       
1811     </member>
1812     <member name="P:System.IO.Enumeration.FileSystemEntry.Attributes">
1813       <returns></returns>
1814     </member>
1815     <member name="P:System.IO.Enumeration.FileSystemEntry.CreationTimeUtc">
1816       <returns></returns>
1817     </member>
1818     <member name="P:System.IO.Enumeration.FileSystemEntry.Directory">
1819       <returns></returns>
1820     </member>
1821     <member name="P:System.IO.Enumeration.FileSystemEntry.FileName">
1822       <returns></returns>
1823     </member>
1824     <member name="P:System.IO.Enumeration.FileSystemEntry.IsDirectory">
1825       <returns></returns>
1826     </member>
1827     <member name="P:System.IO.Enumeration.FileSystemEntry.IsHidden">
1828       <returns></returns>
1829     </member>
1830     <member name="P:System.IO.Enumeration.FileSystemEntry.LastAccessTimeUtc">
1831       <returns></returns>
1832     </member>
1833     <member name="P:System.IO.Enumeration.FileSystemEntry.LastWriteTimeUtc">
1834       <returns></returns>
1835     </member>
1836     <member name="P:System.IO.Enumeration.FileSystemEntry.Length">
1837       <returns></returns>
1838     </member>
1839     <member name="P:System.IO.Enumeration.FileSystemEntry.OriginalRootDirectory">
1840       <returns></returns>
1841     </member>
1842     <member name="P:System.IO.Enumeration.FileSystemEntry.RootDirectory">
1843       <returns></returns>
1844     </member>
1845     <member name="M:System.IO.Enumeration.FileSystemEntry.ToFileSystemInfo">
1846       <returns></returns>
1847     </member>
1848     <member name="M:System.IO.Enumeration.FileSystemEntry.ToFullPath">
1849       <returns></returns>
1850     </member>
1851     <member name="M:System.IO.Enumeration.FileSystemEntry.ToSpecifiedFullPath">
1852       <returns></returns>
1853     </member>
1854     <member name="T:System.IO.DirectoryInfo">
1855       <summary>Exposes instance methods for creating, moving, and enumerating through directories and subdirectories. This class cannot be inherited.</summary>
1856     </member>
1857     <member name="M:System.IO.DirectoryInfo.#ctor(System.String)">
1858       <summary>Initializes a new instance of the <see cref="T:System.IO.DirectoryInfo"></see> class on the specified path.</summary>
1859       <param name="path">A string specifying the path on which to create the <see langword="DirectoryInfo"></see>.</param>
1860       <exception cref="T:System.ArgumentNullException"><paramref name="path">path</paramref> is <see langword="null"></see>.</exception>
1861       <exception cref="T:System.Security.SecurityException">The caller does not have the required permission.</exception>
1862       <exception cref="T:System.ArgumentException"><paramref name="path">path</paramref> contains invalid characters such as &amp;quot;, &amp;lt;, &amp;gt;, or |.</exception>
1863       <exception cref="T:System.IO.PathTooLongException">The specified path, file name, or both exceed the system-defined maximum length. For example, on Windows-based platforms, paths must be less than 248 characters, and file names must be less than 260 characters. The specified path, file name, or both are too long.</exception>
1864     </member>
1865     <member name="M:System.IO.DirectoryInfo.Create">
1866       <summary>Creates a directory.</summary>
1867       <exception cref="T:System.IO.IOException">The directory cannot be created.</exception>
1868     </member>
1869     <member name="M:System.IO.DirectoryInfo.CreateSubdirectory(System.String)">
1870       <summary>Creates a subdirectory or subdirectories on the specified path. The specified path can be relative to this instance of the <see cref="T:System.IO.DirectoryInfo"></see> class.</summary>
1871       <param name="path">The specified path. This cannot be a different disk volume or Universal Naming Convention (UNC) name.</param>
1872       <returns>The last directory specified in <paramref name="path">path</paramref>.</returns>
1873       <exception cref="T:System.ArgumentException"><paramref name="path">path</paramref> does not specify a valid file path or contains invalid <see langword="DirectoryInfo"></see> characters.</exception>
1874       <exception cref="T:System.ArgumentNullException"><paramref name="path">path</paramref> is <see langword="null"></see>.</exception>
1875       <exception cref="T:System.IO.DirectoryNotFoundException">The specified path is invalid, such as being on an unmapped drive.</exception>
1876       <exception cref="T:System.IO.IOException">The subdirectory cannot be created.  
1877  -or-  
1878  A file or directory already has the name specified by <paramref name="path">path</paramref>.</exception>
1879       <exception cref="T:System.IO.PathTooLongException">The specified path, file name, or both exceed the system-defined maximum length. For example, on Windows-based platforms, paths must be less than 248 characters, and file names must be less than 260 characters. The specified path, file name, or both are too long.</exception>
1880       <exception cref="T:System.Security.SecurityException">The caller does not have code access permission to create the directory.  
1881  -or-  
1882  The caller does not have code access permission to read the directory described by the returned <see cref="System.IO.DirectoryInfo"></see> object.  This can occur when the <paramref name="path">path</paramref> parameter describes an existing directory.</exception>
1883       <exception cref="T:System.NotSupportedException"><paramref name="path">path</paramref> contains a colon character (:) that is not part of a drive label (&amp;quot;C:\&amp;quot;).</exception>
1884     </member>
1885     <member name="M:System.IO.DirectoryInfo.Delete">
1886       <summary>Deletes this <see cref="T:System.IO.DirectoryInfo"></see> if it is empty.</summary>
1887       <exception cref="T:System.UnauthorizedAccessException">The directory contains a read-only file.</exception>
1888       <exception cref="T:System.IO.DirectoryNotFoundException">The directory described by this <see cref="System.IO.DirectoryInfo"></see> object does not exist or could not be found.</exception>
1889       <exception cref="T:System.IO.IOException">The directory is not empty.  
1890  -or-  
1891  The directory is the application&amp;#39;s current working directory.  
1892  -or-  
1893  There is an open handle on the directory, and the operating system is Windows XP or earlier. This open handle can result from enumerating directories. For more information, see How to: Enumerate Directories and Files.</exception>
1894       <exception cref="T:System.Security.SecurityException">The caller does not have the required permission.</exception>
1895     </member>
1896     <member name="M:System.IO.DirectoryInfo.Delete(System.Boolean)">
1897       <summary>Deletes this instance of a <see cref="T:System.IO.DirectoryInfo"></see>, specifying whether to delete subdirectories and files.</summary>
1898       <param name="recursive"><see langword="true"></see> to delete this directory, its subdirectories, and all files; otherwise, <see langword="false"></see>.</param>
1899       <exception cref="T:System.UnauthorizedAccessException">The directory contains a read-only file.</exception>
1900       <exception cref="T:System.IO.DirectoryNotFoundException">The directory described by this <see cref="System.IO.DirectoryInfo"></see> object does not exist or could not be found.</exception>
1901       <exception cref="T:System.IO.IOException">The directory is read-only.  
1902  -or-  
1903  The directory contains one or more files or subdirectories and <paramref name="recursive">recursive</paramref> is <see langword="false"></see>.  
1904  -or-  
1905  The directory is the application&amp;#39;s current working directory.  
1906  -or-  
1907  There is an open handle on the directory or on one of its files, and the operating system is Windows XP or earlier. This open handle can result from enumerating directories and files. For more information, see How to: Enumerate Directories and Files.</exception>
1908       <exception cref="T:System.Security.SecurityException">The caller does not have the required permission.</exception>
1909     </member>
1910     <member name="M:System.IO.DirectoryInfo.EnumerateDirectories(System.String,System.IO.SearchOption)">
1911       <summary>Returns an enumerable collection of directory information that matches a specified search pattern and search subdirectory option.</summary>
1912       <param name="searchPattern">The search string to match against the names of directories.  This parameter can contain a combination of valid literal path and wildcard (* and ?) characters, but it doesn&amp;#39;t support regular expressions.</param>
1913       <param name="searchOption">One of the enumeration values that specifies whether the search operation should include only the current directory or all subdirectories. The default value is <see cref="F:System.IO.SearchOption.TopDirectoryOnly"></see>.</param>
1914       <returns>An enumerable collection of directories that matches <paramref name="searchPattern">searchPattern</paramref> and <paramref name="searchOption">searchOption</paramref>.</returns>
1915       <exception cref="T:System.ArgumentNullException"><paramref name="searchPattern">searchPattern</paramref> is <see langword="null"></see>.</exception>
1916       <exception cref="T:System.ArgumentOutOfRangeException"><paramref name="searchOption">searchOption</paramref> is not a valid <see cref="System.IO.SearchOption"></see> value.</exception>
1917       <exception cref="T:System.IO.DirectoryNotFoundException">The path encapsulated in the <see cref="System.IO.DirectoryInfo"></see> object is invalid (for example, it is on an unmapped drive).</exception>
1918       <exception cref="T:System.Security.SecurityException">The caller does not have the required permission.</exception>
1919     </member>
1920     <member name="M:System.IO.DirectoryInfo.EnumerateDirectories(System.String,System.IO.EnumerationOptions)">
1921       <param name="searchPattern"></param>
1922       <param name="enumerationOptions"></param>
1923       <returns></returns>
1924     </member>
1925     <member name="M:System.IO.DirectoryInfo.EnumerateDirectories">
1926       <summary>Returns an enumerable collection of directory information in the current directory.</summary>
1927       <returns>An enumerable collection of directories in the current directory.</returns>
1928       <exception cref="T:System.IO.DirectoryNotFoundException">The path encapsulated in the <see cref="System.IO.DirectoryInfo"></see> object is invalid (for example, it is on an unmapped drive).</exception>
1929       <exception cref="T:System.Security.SecurityException">The caller does not have the required permission.</exception>
1930     </member>
1931     <member name="M:System.IO.DirectoryInfo.EnumerateDirectories(System.String)">
1932       <summary>Returns an enumerable collection of directory information that matches a specified search pattern.</summary>
1933       <param name="searchPattern">The search string to match against the names of directories.  This parameter can contain a combination of valid literal path and wildcard (* and ?) characters, but it doesn&amp;#39;t support regular expressions.</param>
1934       <returns>An enumerable collection of directories that matches <paramref name="searchPattern">searchPattern</paramref>.</returns>
1935       <exception cref="T:System.ArgumentNullException"><paramref name="searchPattern">searchPattern</paramref> is <see langword="null"></see>.</exception>
1936       <exception cref="T:System.IO.DirectoryNotFoundException">The path encapsulated in the <see cref="System.IO.DirectoryInfo"></see> object is invalid (for example, it is on an unmapped drive).</exception>
1937       <exception cref="T:System.Security.SecurityException">The caller does not have the required permission.</exception>
1938     </member>
1939     <member name="M:System.IO.DirectoryInfo.EnumerateFiles">
1940       <summary>Returns an enumerable collection of file information in the current directory.</summary>
1941       <returns>An enumerable collection of the files in the current directory.</returns>
1942       <exception cref="T:System.IO.DirectoryNotFoundException">The path encapsulated in the <see cref="System.IO.DirectoryInfo"></see> object is invalid (for example, it is on an unmapped drive).</exception>
1943       <exception cref="T:System.Security.SecurityException">The caller does not have the required permission.</exception>
1944     </member>
1945     <member name="M:System.IO.DirectoryInfo.EnumerateFiles(System.String)">
1946       <summary>Returns an enumerable collection of file information that matches a search pattern.</summary>
1947       <param name="searchPattern">The search string to match against the names of files.  This parameter can contain a combination of valid literal path and wildcard (* and ?) characters, but it doesn&amp;#39;t support regular expressions.</param>
1948       <returns>An enumerable collection of files that matches <paramref name="searchPattern">searchPattern</paramref>.</returns>
1949       <exception cref="T:System.ArgumentNullException"><paramref name="searchPattern">searchPattern</paramref> is <see langword="null"></see>.</exception>
1950       <exception cref="T:System.IO.DirectoryNotFoundException">The path encapsulated in the <see cref="System.IO.DirectoryInfo"></see> object is invalid, (for example, it is on an unmapped drive).</exception>
1951       <exception cref="T:System.Security.SecurityException">The caller does not have the required permission.</exception>
1952     </member>
1953     <member name="M:System.IO.DirectoryInfo.EnumerateFiles(System.String,System.IO.EnumerationOptions)">
1954       <param name="searchPattern"></param>
1955       <param name="enumerationOptions"></param>
1956       <returns></returns>
1957     </member>
1958     <member name="M:System.IO.DirectoryInfo.EnumerateFiles(System.String,System.IO.SearchOption)">
1959       <summary>Returns an enumerable collection of file information that matches a specified search pattern and search subdirectory option.</summary>
1960       <param name="searchPattern">The search string to match against the names of files.  This parameter can contain a combination of valid literal path and wildcard (* and ?) characters, but it doesn&amp;#39;t support regular expressions.</param>
1961       <param name="searchOption">One of the enumeration values that specifies whether the search operation should include only the current directory or all subdirectories. The default value is <see cref="F:System.IO.SearchOption.TopDirectoryOnly"></see>.</param>
1962       <returns>An enumerable collection of files that matches <paramref name="searchPattern">searchPattern</paramref> and <paramref name="searchOption">searchOption</paramref>.</returns>
1963       <exception cref="T:System.ArgumentNullException"><paramref name="searchPattern">searchPattern</paramref> is <see langword="null"></see>.</exception>
1964       <exception cref="T:System.ArgumentOutOfRangeException"><paramref name="searchOption">searchOption</paramref> is not a valid <see cref="System.IO.SearchOption"></see> value.</exception>
1965       <exception cref="T:System.IO.DirectoryNotFoundException">The path encapsulated in the <see cref="System.IO.DirectoryInfo"></see> object is invalid (for example, it is on an unmapped drive).</exception>
1966       <exception cref="T:System.Security.SecurityException">The caller does not have the required permission.</exception>
1967     </member>
1968     <member name="M:System.IO.DirectoryInfo.EnumerateFileSystemInfos(System.String,System.IO.SearchOption)">
1969       <summary>Returns an enumerable collection of file system information that matches a specified search pattern and search subdirectory option.</summary>
1970       <param name="searchPattern">The search string to match against the names of directories.  This parameter can contain a combination of valid literal path and wildcard (* and ?) characters, but it doesn&amp;#39;t support regular expressions.</param>
1971       <param name="searchOption">One of the enumeration values that specifies whether the search operation should include only the current directory or all subdirectories. The default value is <see cref="F:System.IO.SearchOption.TopDirectoryOnly"></see>.</param>
1972       <returns>An enumerable collection of file system information objects that matches <paramref name="searchPattern">searchPattern</paramref> and <paramref name="searchOption">searchOption</paramref>.</returns>
1973       <exception cref="T:System.ArgumentNullException"><paramref name="searchPattern">searchPattern</paramref> is <see langword="null"></see>.</exception>
1974       <exception cref="T:System.ArgumentOutOfRangeException"><paramref name="searchOption">searchOption</paramref> is not a valid <see cref="System.IO.SearchOption"></see> value.</exception>
1975       <exception cref="T:System.IO.DirectoryNotFoundException">The path encapsulated in the <see cref="System.IO.DirectoryInfo"></see> object is invalid (for example, it is on an unmapped drive).</exception>
1976       <exception cref="T:System.Security.SecurityException">The caller does not have the required permission.</exception>
1977     </member>
1978     <member name="M:System.IO.DirectoryInfo.EnumerateFileSystemInfos">
1979       <summary>Returns an enumerable collection of file system information in the current directory.</summary>
1980       <returns>An enumerable collection of file system information in the current directory.</returns>
1981       <exception cref="T:System.IO.DirectoryNotFoundException">The path encapsulated in the <see cref="System.IO.DirectoryInfo"></see> object is invalid (for example, it is on an unmapped drive).</exception>
1982       <exception cref="T:System.Security.SecurityException">The caller does not have the required permission.</exception>
1983     </member>
1984     <member name="M:System.IO.DirectoryInfo.EnumerateFileSystemInfos(System.String)">
1985       <summary>Returns an enumerable collection of file system information that matches a specified search pattern.</summary>
1986       <param name="searchPattern">The search string to match against the names of directories.  This parameter can contain a combination of valid literal path and wildcard (* and ?) characters, but it doesn&amp;#39;t support regular expressions.</param>
1987       <returns>An enumerable collection of file system information objects that matches <paramref name="searchPattern">searchPattern</paramref>.</returns>
1988       <exception cref="T:System.ArgumentNullException"><paramref name="searchPattern">searchPattern</paramref> is <see langword="null"></see>.</exception>
1989       <exception cref="T:System.IO.DirectoryNotFoundException">The path encapsulated in the <see cref="System.IO.DirectoryInfo"></see> object is invalid (for example, it is on an unmapped drive).</exception>
1990       <exception cref="T:System.Security.SecurityException">The caller does not have the required permission.</exception>
1991     </member>
1992     <member name="M:System.IO.DirectoryInfo.EnumerateFileSystemInfos(System.String,System.IO.EnumerationOptions)">
1993       <param name="searchPattern"></param>
1994       <param name="enumerationOptions"></param>
1995       <returns></returns>
1996     </member>
1997     <member name="P:System.IO.DirectoryInfo.Exists">
1998       <summary>Gets a value indicating whether the directory exists.</summary>
1999       <returns><see langword="true"></see> if the directory exists; otherwise, <see langword="false"></see>.</returns>
2000     </member>
2001     <member name="M:System.IO.DirectoryInfo.GetDirectories">
2002       <summary>Returns the subdirectories of the current directory.</summary>
2003       <returns>An array of <see cref="T:System.IO.DirectoryInfo"></see> objects.</returns>
2004       <exception cref="T:System.IO.DirectoryNotFoundException">The path encapsulated in the <see cref="System.IO.DirectoryInfo"></see> object is invalid, such as being on an unmapped drive.</exception>
2005       <exception cref="T:System.Security.SecurityException">The caller does not have the required permission.</exception>
2006       <exception cref="T:System.UnauthorizedAccessException">The caller does not have the required permission.</exception>
2007     </member>
2008     <member name="M:System.IO.DirectoryInfo.GetDirectories(System.String)">
2009       <summary>Returns an array of directories in the current <see cref="T:System.IO.DirectoryInfo"></see> matching the given search criteria.</summary>
2010       <param name="searchPattern">The search string to match against the names of directories.  This parameter can contain a combination of valid literal path and wildcard (* and ?) characters, but it doesn&amp;#39;t support regular expressions.</param>
2011       <returns>An array of type <see langword="DirectoryInfo"></see> matching <paramref name="searchPattern">searchPattern</paramref>.</returns>
2012       <exception cref="T:System.ArgumentException"><paramref name="searchPattern">searchPattern</paramref> contains one or more invalid characters defined by the <see cref="System.IO.Path.GetInvalidPathChars"></see> method.</exception>
2013       <exception cref="T:System.ArgumentNullException"><paramref name="searchPattern">searchPattern</paramref> is <see langword="null"></see>.</exception>
2014       <exception cref="T:System.IO.DirectoryNotFoundException">The path encapsulated in the <see langword="DirectoryInfo"></see> object is invalid (for example, it is on an unmapped drive).</exception>
2015       <exception cref="T:System.UnauthorizedAccessException">The caller does not have the required permission.</exception>
2016     </member>
2017     <member name="M:System.IO.DirectoryInfo.GetDirectories(System.String,System.IO.EnumerationOptions)">
2018       <param name="searchPattern"></param>
2019       <param name="enumerationOptions"></param>
2020       <returns></returns>
2021     </member>
2022     <member name="M:System.IO.DirectoryInfo.GetDirectories(System.String,System.IO.SearchOption)">
2023       <summary>Returns an array of directories in the current <see cref="T:System.IO.DirectoryInfo"></see> matching the given search criteria and using a value to determine whether to search subdirectories.</summary>
2024       <param name="searchPattern">The search string to match against the names of directories.  This parameter can contain a combination of valid literal path and wildcard (* and ?) characters, but it doesn&amp;#39;t support regular expressions.</param>
2025       <param name="searchOption">One of the enumeration values that specifies whether the search operation should include only the current directory or all subdirectories.</param>
2026       <returns>An array of type <see langword="DirectoryInfo"></see> matching <paramref name="searchPattern">searchPattern</paramref>.</returns>
2027       <exception cref="T:System.ArgumentException"><paramref name="searchPattern">searchPattern</paramref> contains one or more invalid characters defined by the <see cref="System.IO.Path.GetInvalidPathChars"></see> method.</exception>
2028       <exception cref="T:System.ArgumentNullException"><paramref name="searchPattern">searchPattern</paramref> is <see langword="null"></see>.</exception>
2029       <exception cref="T:System.ArgumentOutOfRangeException"><paramref name="searchOption">searchOption</paramref> is not a valid <see cref="System.IO.SearchOption"></see> value.</exception>
2030       <exception cref="T:System.IO.DirectoryNotFoundException">The path encapsulated in the <see langword="DirectoryInfo"></see> object is invalid (for example, it is on an unmapped drive).</exception>
2031       <exception cref="T:System.UnauthorizedAccessException">The caller does not have the required permission.</exception>
2032     </member>
2033     <member name="M:System.IO.DirectoryInfo.GetFiles(System.String,System.IO.EnumerationOptions)">
2034       <param name="searchPattern"></param>
2035       <param name="enumerationOptions"></param>
2036       <returns></returns>
2037     </member>
2038     <member name="M:System.IO.DirectoryInfo.GetFiles(System.String,System.IO.SearchOption)">
2039       <summary>Returns a file list from the current directory matching the given search pattern and using a value to determine whether to search subdirectories.</summary>
2040       <param name="searchPattern">The search string to match against the names of files.  This parameter can contain a combination of valid literal path and wildcard (* and ?) characters, but it doesn&amp;#39;t support regular expressions.</param>
2041       <param name="searchOption">One of the enumeration values that specifies whether the search operation should include only the current directory or all subdirectories.</param>
2042       <returns>An array of type <see cref="T:System.IO.FileInfo"></see>.</returns>
2043       <exception cref="T:System.ArgumentException"><paramref name="searchPattern">searchPattern</paramref> contains one or more invalid characters defined by the <see cref="System.IO.Path.GetInvalidPathChars"></see> method.</exception>
2044       <exception cref="T:System.ArgumentNullException"><paramref name="searchPattern">searchPattern</paramref> is <see langword="null"></see>.</exception>
2045       <exception cref="T:System.ArgumentOutOfRangeException"><paramref name="searchOption">searchOption</paramref> is not a valid <see cref="System.IO.SearchOption"></see> value.</exception>
2046       <exception cref="T:System.IO.DirectoryNotFoundException">The path is invalid (for example, it is on an unmapped drive).</exception>
2047       <exception cref="T:System.Security.SecurityException">The caller does not have the required permission.</exception>
2048     </member>
2049     <member name="M:System.IO.DirectoryInfo.GetFiles">
2050       <summary>Returns a file list from the current directory.</summary>
2051       <returns>An array of type <see cref="T:System.IO.FileInfo"></see>.</returns>
2052       <exception cref="T:System.IO.DirectoryNotFoundException">The path is invalid, such as being on an unmapped drive.</exception>
2053     </member>
2054     <member name="M:System.IO.DirectoryInfo.GetFiles(System.String)">
2055       <summary>Returns a file list from the current directory matching the given search pattern.</summary>
2056       <param name="searchPattern">The search string to match against the names of files.  This parameter can contain a combination of valid literal path and wildcard (* and ?) characters, but it doesn&amp;#39;t support regular expressions.</param>
2057       <returns>An array of type <see cref="T:System.IO.FileInfo"></see>.</returns>
2058       <exception cref="T:System.ArgumentException"><paramref name="searchPattern">searchPattern</paramref> contains one or more invalid characters defined by the <see cref="System.IO.Path.GetInvalidPathChars"></see> method.</exception>
2059       <exception cref="T:System.ArgumentNullException"><paramref name="searchPattern">searchPattern</paramref> is <see langword="null"></see>.</exception>
2060       <exception cref="T:System.IO.DirectoryNotFoundException">The path is invalid (for example, it is on an unmapped drive).</exception>
2061       <exception cref="T:System.Security.SecurityException">The caller does not have the required permission.</exception>
2062     </member>
2063     <member name="M:System.IO.DirectoryInfo.GetFileSystemInfos">
2064       <summary>Returns an array of strongly typed <see cref="T:System.IO.FileSystemInfo"></see> entries representing all the files and subdirectories in a directory.</summary>
2065       <returns>An array of strongly typed <see cref="T:System.IO.FileSystemInfo"></see> entries.</returns>
2066       <exception cref="T:System.IO.DirectoryNotFoundException">The path is invalid (for example, it is on an unmapped drive).</exception>
2067     </member>
2068     <member name="M:System.IO.DirectoryInfo.GetFileSystemInfos(System.String)">
2069       <summary>Retrieves an array of strongly typed <see cref="T:System.IO.FileSystemInfo"></see> objects representing the files and subdirectories that match the specified search criteria.</summary>
2070       <param name="searchPattern">The search string to match against the names of directories and files.  This parameter can contain a combination of valid literal path and wildcard (* and ?) characters, but it doesn&amp;#39;t support regular expressions.</param>
2071       <returns>An array of strongly typed <see langword="FileSystemInfo"></see> objects matching the search criteria.</returns>
2072       <exception cref="T:System.ArgumentException"><paramref name="searchPattern">searchPattern</paramref> contains one or more invalid characters defined by the <see cref="System.IO.Path.GetInvalidPathChars"></see> method.</exception>
2073       <exception cref="T:System.ArgumentNullException"><paramref name="searchPattern">searchPattern</paramref> is <see langword="null"></see>.</exception>
2074       <exception cref="T:System.IO.DirectoryNotFoundException">The specified path is invalid (for example, it is on an unmapped drive).</exception>
2075       <exception cref="T:System.Security.SecurityException">The caller does not have the required permission.</exception>
2076     </member>
2077     <member name="M:System.IO.DirectoryInfo.GetFileSystemInfos(System.String,System.IO.EnumerationOptions)">
2078       <param name="searchPattern"></param>
2079       <param name="enumerationOptions"></param>
2080       <returns></returns>
2081     </member>
2082     <member name="M:System.IO.DirectoryInfo.GetFileSystemInfos(System.String,System.IO.SearchOption)">
2083       <summary>Retrieves an array of <see cref="T:System.IO.FileSystemInfo"></see> objects that represent the files and subdirectories matching the specified search criteria.</summary>
2084       <param name="searchPattern">The search string to match against the names of directories and filesa.  This parameter can contain a combination of valid literal path and wildcard (* and ?) characters, but it doesn&amp;#39;t support regular expressions.</param>
2085       <param name="searchOption">One of the enumeration values that specifies whether the search operation should include only the current directory or all subdirectories. The default value is <see cref="F:System.IO.SearchOption.TopDirectoryOnly"></see>.</param>
2086       <returns>An array of file system entries that match the search criteria.</returns>
2087       <exception cref="T:System.ArgumentException"><paramref name="searchPattern">searchPattern</paramref> contains one or more invalid characters defined by the <see cref="System.IO.Path.GetInvalidPathChars"></see> method.</exception>
2088       <exception cref="T:System.ArgumentNullException"><paramref name="searchPattern">searchPattern</paramref> is <see langword="null"></see>.</exception>
2089       <exception cref="T:System.ArgumentOutOfRangeException"><paramref name="searchOption">searchOption</paramref> is not a valid <see cref="System.IO.SearchOption"></see> value.</exception>
2090       <exception cref="T:System.IO.DirectoryNotFoundException">The specified path is invalid (for example, it is on an unmapped drive).</exception>
2091       <exception cref="T:System.Security.SecurityException">The caller does not have the required permission.</exception>
2092     </member>
2093     <member name="M:System.IO.DirectoryInfo.MoveTo(System.String)">
2094       <summary>Moves a <see cref="T:System.IO.DirectoryInfo"></see> instance and its contents to a new path.</summary>
2095       <param name="destDirName">The name and path to which to move this directory. The destination cannot be another disk volume or a directory with the identical name. It can be an existing directory to which you want to add this directory as a subdirectory.</param>
2096       <exception cref="T:System.ArgumentNullException"><paramref name="destDirName">destDirName</paramref> is <see langword="null"></see>.</exception>
2097       <exception cref="T:System.ArgumentException"><paramref name="destDirName">destDirName</paramref> is an empty string (&amp;#39;&amp;#39;&amp;quot;).</exception>
2098       <exception cref="T:System.IO.IOException">An attempt was made to move a directory to a different volume.  
2099  -or-  
2100  <paramref name="destDirName">destDirName</paramref> already exists.  
2101  -or-  
2102  You are not authorized to access this path.  
2103  -or-  
2104  The directory being moved and the destination directory have the same name.</exception>
2105       <exception cref="T:System.Security.SecurityException">The caller does not have the required permission.</exception>
2106       <exception cref="T:System.IO.DirectoryNotFoundException">The destination directory cannot be found.</exception>
2107     </member>
2108     <member name="P:System.IO.DirectoryInfo.Name">
2109       <summary>Gets the name of this <see cref="T:System.IO.DirectoryInfo"></see> instance.</summary>
2110       <returns>The directory name.</returns>
2111     </member>
2112     <member name="P:System.IO.DirectoryInfo.Parent">
2113       <summary>Gets the parent directory of a specified subdirectory.</summary>
2114       <returns>The parent directory, or <see langword="null"></see> if the path is null or if the file path denotes a root (such as &amp;quot;\&amp;quot;, &amp;quot;C:&amp;quot;, or * &amp;quot;\\server\share&amp;quot;).</returns>
2115       <exception cref="T:System.Security.SecurityException">The caller does not have the required permission.</exception>
2116     </member>
2117     <member name="P:System.IO.DirectoryInfo.Root">
2118       <summary>Gets the root portion of the directory.</summary>
2119       <returns>An object that represents the root of the directory.</returns>
2120       <exception cref="T:System.Security.SecurityException">The caller does not have the required permission.</exception>
2121     </member>
2122     <member name="M:System.IO.DirectoryInfo.ToString">
2123       <summary>Returns the original path that was passed by the user.</summary>
2124       <returns>Returns the original path that was passed by the user.</returns>
2125     </member>
2126     <member name="T:System.IO.Directory">
2127       <summary>Exposes static methods for creating, moving, and enumerating through directories and subdirectories. This class cannot be inherited.</summary>
2128     </member>
2129     <member name="M:System.IO.Directory.CreateDirectory(System.String)">
2130       <summary>Creates all directories and subdirectories in the specified path unless they already exist.</summary>
2131       <param name="path">The directory to create.</param>
2132       <returns>An object that represents the directory at the specified path. This object is returned regardless of whether a directory at the specified path already exists.</returns>
2133       <exception cref="T:System.IO.IOException">The directory specified by <paramref name="path">path</paramref> is a file.  
2134  -or-  
2135  The network name is not known.</exception>
2136       <exception cref="T:System.UnauthorizedAccessException">The caller does not have the required permission.</exception>
2137       <exception cref="T:System.ArgumentException"><paramref name="path">path</paramref> is a zero-length string, contains only white space, or contains one or more invalid characters. You can query for invalid characters by using the <see cref="System.IO.Path.GetInvalidPathChars"></see> method.  
2138  -or-  
2139  <paramref name="path">path</paramref> is prefixed with, or contains, only a colon character (:).</exception>
2140       <exception cref="T:System.ArgumentNullException"><paramref name="path">path</paramref> is <see langword="null"></see>.</exception>
2141       <exception cref="T:System.IO.PathTooLongException">The specified path, file name, or both exceed the system-defined maximum length. For example, on Windows-based platforms, paths must be less than 248 characters and file names must be less than 260 characters.</exception>
2142       <exception cref="T:System.IO.DirectoryNotFoundException">The specified path is invalid (for example, it is on an unmapped drive).</exception>
2143       <exception cref="T:System.NotSupportedException"><paramref name="path">path</paramref> contains a colon character (:) that is not part of a drive label (&amp;quot;C:\&amp;quot;).</exception>
2144     </member>
2145     <member name="M:System.IO.Directory.Delete(System.String)">
2146       <summary>Deletes an empty directory from a specified path.</summary>
2147       <param name="path">The name of the empty directory to remove. This directory must be writable and empty.</param>
2148       <exception cref="T:System.IO.IOException">A file with the same name and location specified by <paramref name="path">path</paramref> exists.  
2149  -or-  
2150  The directory is the application&amp;#39;s current working directory.  
2151  -or-  
2152  The directory specified by <paramref name="path">path</paramref> is not empty.  
2153  -or-  
2154  The directory is read-only or contains a read-only file.  
2155  -or-  
2156  The directory is being used by another process.</exception>
2157       <exception cref="T:System.UnauthorizedAccessException">The caller does not have the required permission.</exception>
2158       <exception cref="T:System.ArgumentException"><paramref name="path">path</paramref> is a zero-length string, contains only white space, or contains one or more invalid characters. You can query for invalid characters by using the <see cref="System.IO.Path.GetInvalidPathChars"></see> method.</exception>
2159       <exception cref="T:System.ArgumentNullException"><paramref name="path">path</paramref> is <see langword="null"></see>.</exception>
2160       <exception cref="T:System.IO.PathTooLongException">The specified path, file name, or both exceed the system-defined maximum length. For example, on Windows-based platforms, paths must be less than 248 characters and file names must be less than 260 characters.</exception>
2161       <exception cref="T:System.IO.DirectoryNotFoundException"><paramref name="path">path</paramref> does not exist or could not be found.  
2162  -or-  
2163  The specified path is invalid (for example, it is on an unmapped drive).</exception>
2164     </member>
2165     <member name="M:System.IO.Directory.Delete(System.String,System.Boolean)">
2166       <summary>Deletes the specified directory and, if indicated, any subdirectories and files in the directory.</summary>
2167       <param name="path">The name of the directory to remove.</param>
2168       <param name="recursive"><see langword="true"></see> to remove directories, subdirectories, and files in path; otherwise, <see langword="false"></see>.</param>
2169       <exception cref="T:System.IO.IOException">A file with the same name and location specified by <paramref name="path">path</paramref> exists.  
2170  -or-  
2171  The directory specified by <paramref name="path">path</paramref> is read-only, or <paramref name="recursive">recursive</paramref> is <see langword="false"></see> and <paramref name="path">path</paramref> is not an empty directory.  
2172  -or-  
2173  The directory is the application&amp;#39;s current working directory.  
2174  -or-  
2175  The directory contains a read-only file.  
2176  -or-  
2177  The directory is being used by another process.</exception>
2178       <exception cref="T:System.UnauthorizedAccessException">The caller does not have the required permission.</exception>
2179       <exception cref="T:System.ArgumentException"><paramref name="path">path</paramref> is a zero-length string, contains only white space, or contains one or more invalid characters. You can query for invalid characters by using the <see cref="System.IO.Path.GetInvalidPathChars"></see> method.</exception>
2180       <exception cref="T:System.ArgumentNullException"><paramref name="path">path</paramref> is <see langword="null"></see>.</exception>
2181       <exception cref="T:System.IO.PathTooLongException">The specified path, file name, or both exceed the system-defined maximum length. For example, on Windows-based platforms, paths must be less than 248 characters and file names must be less than 260 characters.</exception>
2182       <exception cref="T:System.IO.DirectoryNotFoundException"><paramref name="path">path</paramref> does not exist or could not be found.  
2183  -or-  
2184  The specified path is invalid (for example, it is on an unmapped drive).</exception>
2185     </member>
2186     <member name="M:System.IO.Directory.EnumerateDirectories(System.String)">
2187       <summary>Returns an enumerable collection of directory names in a specified path.</summary>
2188       <param name="path">The relative or absolute path to the directory to search. This string is not case-sensitive.</param>
2189       <returns>An enumerable collection of the full names (including paths) for the directories in the directory specified by <paramref name="path">path</paramref>.</returns>
2190       <exception cref="T:System.ArgumentException"><paramref name="path">path</paramref> is a zero-length string, contains only white space, or contains invalid characters. You can query for invalid characters by using the <see cref="System.IO.Path.GetInvalidPathChars"></see> method.</exception>
2191       <exception cref="T:System.ArgumentNullException"><paramref name="path">path</paramref> is <see langword="null"></see>.</exception>
2192       <exception cref="T:System.IO.DirectoryNotFoundException"><paramref name="path">path</paramref> is invalid, such as referring to an unmapped drive.</exception>
2193       <exception cref="T:System.IO.IOException"><paramref name="path">path</paramref> is a file name.</exception>
2194       <exception cref="T:System.IO.PathTooLongException">The specified path, file name, or combined exceed the system-defined maximum length. For example, on Windows-based platforms, paths must be less than 248 characters and file names must be less than 260 characters.</exception>
2195       <exception cref="T:System.Security.SecurityException">The caller does not have the required permission.</exception>
2196       <exception cref="T:System.UnauthorizedAccessException">The caller does not have the required permission.</exception>
2197     </member>
2198     <member name="M:System.IO.Directory.EnumerateDirectories(System.String,System.String)">
2199       <summary>Returns an enumerable collection of directory names that match a search pattern in a specified path.</summary>
2200       <param name="path">The relative or absolute path to the directory to search. This string is not case-sensitive.</param>
2201       <param name="searchPattern">The search string to match against the names of directories in path.  This parameter can contain a combination of valid literal path and wildcard (* and ?) characters, but it doesn&amp;#39;t support regular expressions.</param>
2202       <returns>An enumerable collection of the full names (including paths) for the directories in the directory specified by <paramref name="path">path</paramref> and that match the specified search pattern.</returns>
2203       <exception cref="T:System.ArgumentException"><paramref name="path">path</paramref> is a zero-length string, contains only white space, or contains invalid characters. You can query for invalid characters with the  <see cref="System.IO.Path.GetInvalidPathChars"></see> method.  
2204  - or -  
2205  <paramref name="searchPattern">searchPattern</paramref> does not contain a valid pattern.</exception>
2206       <exception cref="T:System.ArgumentNullException"><paramref name="path">path</paramref> is <see langword="null"></see>.  
2207  -or-  
2208  <paramref name="searchPattern">searchPattern</paramref> is <see langword="null"></see>.</exception>
2209       <exception cref="T:System.IO.DirectoryNotFoundException"><paramref name="path">path</paramref> is invalid, such as referring to an unmapped drive.</exception>
2210       <exception cref="T:System.IO.IOException"><paramref name="path">path</paramref> is a file name.</exception>
2211       <exception cref="T:System.IO.PathTooLongException">The specified path, file name, or combined exceed the system-defined maximum length. For example, on Windows-based platforms, paths must be less than 248 characters and file names must be less than 260 characters.</exception>
2212       <exception cref="T:System.Security.SecurityException">The caller does not have the required permission.</exception>
2213       <exception cref="T:System.UnauthorizedAccessException">The caller does not have the required permission.</exception>
2214     </member>
2215     <member name="M:System.IO.Directory.EnumerateDirectories(System.String,System.String,System.IO.EnumerationOptions)">
2216       <param name="path"></param>
2217       <param name="searchPattern"></param>
2218       <param name="enumerationOptions"></param>
2219       <returns></returns>
2220     </member>
2221     <member name="M:System.IO.Directory.EnumerateDirectories(System.String,System.String,System.IO.SearchOption)">
2222       <summary>Returns an enumerable collection of directory names that match a search pattern in a specified path, and optionally searches subdirectories.</summary>
2223       <param name="path">The relative or absolute path to the directory to search. This string is not case-sensitive.</param>
2224       <param name="searchPattern">The search string to match against the names of directories in path.  This parameter can contain a combination of valid literal path and wildcard (* and ?) characters, but it doesn&amp;#39;t support regular expressions.</param>
2225       <param name="searchOption">One of the enumeration values that specifies whether the search operation should include only the current directory or should include all subdirectories.  
2226  The default value is <see cref="F:System.IO.SearchOption.TopDirectoryOnly"></see>.</param>
2227       <returns>An enumerable collection of the full names (including paths) for the directories in the directory specified by <paramref name="path">path</paramref> and that match the specified search pattern and option.</returns>
2228       <exception cref="T:System.ArgumentException"><paramref name="path">path</paramref> is a zero-length string, contains only white space, or contains invalid characters. You can query for invalid characters by using the  <see cref="System.IO.Path.GetInvalidPathChars"></see> method.  
2229  - or -  
2230  <paramref name="searchPattern">searchPattern</paramref> does not contain a valid pattern.</exception>
2231       <exception cref="T:System.ArgumentNullException"><paramref name="path">path</paramref> is <see langword="null"></see>.  
2232  -or-  
2233  <paramref name="searchPattern">searchPattern</paramref> is <see langword="null"></see>.</exception>
2234       <exception cref="T:System.ArgumentOutOfRangeException"><paramref name="searchOption">searchOption</paramref> is not a valid <see cref="System.IO.SearchOption"></see> value.</exception>
2235       <exception cref="T:System.IO.DirectoryNotFoundException"><paramref name="path">path</paramref> is invalid, such as referring to an unmapped drive.</exception>
2236       <exception cref="T:System.IO.IOException"><paramref name="path">path</paramref> is a file name.</exception>
2237       <exception cref="T:System.IO.PathTooLongException">The specified path, file name, or combined exceed the system-defined maximum length. For example, on Windows-based platforms, paths must be less than 248 characters and file names must be less than 260 characters.</exception>
2238       <exception cref="T:System.Security.SecurityException">The caller does not have the required permission.</exception>
2239       <exception cref="T:System.UnauthorizedAccessException">The caller does not have the required permission.</exception>
2240     </member>
2241     <member name="M:System.IO.Directory.EnumerateFiles(System.String,System.String,System.IO.EnumerationOptions)">
2242       <param name="path"></param>
2243       <param name="searchPattern"></param>
2244       <param name="enumerationOptions"></param>
2245       <returns></returns>
2246     </member>
2247     <member name="M:System.IO.Directory.EnumerateFiles(System.String,System.String,System.IO.SearchOption)">
2248       <summary>Returns an enumerable collection of file names that match a search pattern in a specified path, and optionally searches subdirectories.</summary>
2249       <param name="path">The relative or absolute path to the directory to search. This string is not case-sensitive.</param>
2250       <param name="searchPattern">The search string to match against the names of files in path.  This parameter can contain a combination of valid literal path and wildcard (* and ?) characters, but it doesn&amp;#39;t support regular expressions.</param>
2251       <param name="searchOption">One of the enumeration values that specifies whether the search operation should include only the current directory or should include all subdirectories.  
2252  The default value is <see cref="F:System.IO.SearchOption.TopDirectoryOnly"></see>.</param>
2253       <returns>An enumerable collection of the full names (including paths) for the files in the directory specified by <paramref name="path">path</paramref> and that match the specified search pattern and option.</returns>
2254       <exception cref="T:System.ArgumentException"><paramref name="path">path</paramref> is a zero-length string, contains only white space, or contains invalid characters. You can query for invalid characters by using the <see cref="System.IO.Path.GetInvalidPathChars"></see> method.  
2255  - or -  
2256  <paramref name="searchPattern">searchPattern</paramref> does not contain a valid pattern.</exception>
2257       <exception cref="T:System.ArgumentNullException"><paramref name="path">path</paramref> is <see langword="null"></see>.  
2258  -or-  
2259  <paramref name="searchPattern">searchPattern</paramref> is <see langword="null"></see>.</exception>
2260       <exception cref="T:System.ArgumentOutOfRangeException"><paramref name="searchOption">searchOption</paramref> is not a valid <see cref="System.IO.SearchOption"></see> value.</exception>
2261       <exception cref="T:System.IO.DirectoryNotFoundException"><paramref name="path">path</paramref> is invalid, such as referring to an unmapped drive.</exception>
2262       <exception cref="T:System.IO.IOException"><paramref name="path">path</paramref> is a file name.</exception>
2263       <exception cref="T:System.IO.PathTooLongException">The specified path, file name, or combined exceed the system-defined maximum length. For example, on Windows-based platforms, paths must be less than 248 characters and file names must be less than 260 characters.</exception>
2264       <exception cref="T:System.Security.SecurityException">The caller does not have the required permission.</exception>
2265       <exception cref="T:System.UnauthorizedAccessException">The caller does not have the required permission.</exception>
2266     </member>
2267     <member name="M:System.IO.Directory.EnumerateFiles(System.String)">
2268       <summary>Returns an enumerable collection of file names in a specified path.</summary>
2269       <param name="path">The relative or absolute path to the directory to search. This string is not case-sensitive.</param>
2270       <returns>An enumerable collection of the full names (including paths) for the files in the directory specified by <paramref name="path">path</paramref>.</returns>
2271       <exception cref="T:System.ArgumentException"><paramref name="path">path</paramref> is a zero-length string, contains only white space, or contains invalid characters. You can query for invalid characters by using the <see cref="System.IO.Path.GetInvalidPathChars"></see> method.</exception>
2272       <exception cref="T:System.ArgumentNullException"><paramref name="path">path</paramref> is <see langword="null"></see>.</exception>
2273       <exception cref="T:System.IO.DirectoryNotFoundException"><paramref name="path">path</paramref> is invalid, such as referring to an unmapped drive.</exception>
2274       <exception cref="T:System.IO.IOException"><paramref name="path">path</paramref> is a file name.</exception>
2275       <exception cref="T:System.IO.PathTooLongException">The specified path, file name, or combined exceed the system-defined maximum length. For example, on Windows-based platforms, paths must be less than 248 characters and file names must be less than 260 characters.</exception>
2276       <exception cref="T:System.Security.SecurityException">The caller does not have the required permission.</exception>
2277       <exception cref="T:System.UnauthorizedAccessException">The caller does not have the required permission.</exception>
2278     </member>
2279     <member name="M:System.IO.Directory.EnumerateFiles(System.String,System.String)">
2280       <summary>Returns an enumerable collection of file names that match a search pattern in a specified path.</summary>
2281       <param name="path">The relative or absolute path to the directory to search. This string is not case-sensitive.</param>
2282       <param name="searchPattern">The search string to match against the names of files in path.  This parameter can contain a combination of valid literal path and wildcard (* and ?) characters, but it doesn&amp;#39;t support regular expressions.</param>
2283       <returns>An enumerable collection of the full names (including paths) for the files in the directory specified by <paramref name="path">path</paramref> and that match the specified search pattern.</returns>
2284       <exception cref="T:System.ArgumentException"><paramref name="path">path</paramref> is a zero-length string, contains only white space, or contains invalid characters. You can query for invalid characters by using the <see cref="System.IO.Path.GetInvalidPathChars"></see> method.  
2285  - or -  
2286  <paramref name="searchPattern">searchPattern</paramref> does not contain a valid pattern.</exception>
2287       <exception cref="T:System.ArgumentNullException"><paramref name="path">path</paramref> is <see langword="null"></see>.  
2288  -or-  
2289  <paramref name="searchPattern">searchPattern</paramref> is <see langword="null"></see>.</exception>
2290       <exception cref="T:System.IO.DirectoryNotFoundException"><paramref name="path">path</paramref> is invalid, such as referring to an unmapped drive.</exception>
2291       <exception cref="T:System.IO.IOException"><paramref name="path">path</paramref> is a file name.</exception>
2292       <exception cref="T:System.IO.PathTooLongException">The specified path, file name, or combined exceed the system-defined maximum length. For example, on Windows-based platforms, paths must be less than 248 characters and file names must be less than 260 characters.</exception>
2293       <exception cref="T:System.Security.SecurityException">The caller does not have the required permission.</exception>
2294       <exception cref="T:System.UnauthorizedAccessException">The caller does not have the required permission.</exception>
2295     </member>
2296     <member name="M:System.IO.Directory.EnumerateFileSystemEntries(System.String)">
2297       <summary>Returns an enumerable collection of file names and directory names in a specified path.</summary>
2298       <param name="path">The relative or absolute path to the directory to search. This string is not case-sensitive.</param>
2299       <returns>An enumerable collection of file-system entries in the directory specified by <paramref name="path">path</paramref>.</returns>
2300       <exception cref="T:System.ArgumentException"><paramref name="path">path</paramref> is a zero-length string, contains only white space, or contains invalid characters. You can query for invalid characters by using the <see cref="System.IO.Path.GetInvalidPathChars"></see> method.</exception>
2301       <exception cref="T:System.ArgumentNullException"><paramref name="path">path</paramref> is <see langword="null"></see>.</exception>
2302       <exception cref="T:System.IO.DirectoryNotFoundException"><paramref name="path">path</paramref> is invalid, such as referring to an unmapped drive.</exception>
2303       <exception cref="T:System.IO.IOException"><paramref name="path">path</paramref> is a file name.</exception>
2304       <exception cref="T:System.IO.PathTooLongException">The specified path, file name, or combined exceed the system-defined maximum length. For example, on Windows-based platforms, paths must be less than 248 characters and file names must be less than 260 characters.</exception>
2305       <exception cref="T:System.Security.SecurityException">The caller does not have the required permission.</exception>
2306       <exception cref="T:System.UnauthorizedAccessException">The caller does not have the required permission.</exception>
2307     </member>
2308     <member name="M:System.IO.Directory.EnumerateFileSystemEntries(System.String,System.String)">
2309       <summary>Returns an enumerable collection of file names and directory names that  match a search pattern in a specified path.</summary>
2310       <param name="path">The relative or absolute path to the directory to search. This string is not case-sensitive.</param>
2311       <param name="searchPattern">The search string to match against the names of file-system entries in path.  This parameter can contain a combination of valid literal path and wildcard (* and ?) characters, but it doesn&amp;#39;t support regular expressions.</param>
2312       <returns>An enumerable collection of file-system entries in the directory specified by <paramref name="path">path</paramref> and that match the specified search pattern.</returns>
2313       <exception cref="T:System.ArgumentException"><paramref name="path">path</paramref> is a zero-length string, contains only white space, or contains invalid characters. You can query for invalid characters by using the <see cref="System.IO.Path.GetInvalidPathChars"></see> method.  
2314  - or -  
2315  <paramref name="searchPattern">searchPattern</paramref> does not contain a valid pattern.</exception>
2316       <exception cref="T:System.ArgumentNullException"><paramref name="path">path</paramref> is <see langword="null"></see>.  
2317  -or-  
2318  <paramref name="searchPattern">searchPattern</paramref> is <see langword="null"></see>.</exception>
2319       <exception cref="T:System.IO.DirectoryNotFoundException"><paramref name="path">path</paramref> is invalid, such as referring to an unmapped drive.</exception>
2320       <exception cref="T:System.IO.IOException"><paramref name="path">path</paramref> is a file name.</exception>
2321       <exception cref="T:System.IO.PathTooLongException">The specified path, file name, or combined exceed the system-defined maximum length. For example, on Windows-based platforms, paths must be less than 248 characters and file names must be less than 260 characters.</exception>
2322       <exception cref="T:System.Security.SecurityException">The caller does not have the required permission.</exception>
2323       <exception cref="T:System.UnauthorizedAccessException">The caller does not have the required permission.</exception>
2324     </member>
2325     <member name="M:System.IO.Directory.EnumerateFileSystemEntries(System.String,System.String,System.IO.EnumerationOptions)">
2326       <param name="path"></param>
2327       <param name="searchPattern"></param>
2328       <param name="enumerationOptions"></param>
2329       <returns></returns>
2330     </member>
2331     <member name="M:System.IO.Directory.EnumerateFileSystemEntries(System.String,System.String,System.IO.SearchOption)">
2332       <summary>Returns an enumerable collection of file names and directory names that match a search pattern in a specified path, and optionally searches subdirectories.</summary>
2333       <param name="path">The relative or absolute path to the directory to search. This string is not case-sensitive.</param>
2334       <param name="searchPattern">The search string to match against file-system entries in path.  This parameter can contain a combination of valid literal path and wildcard (* and ?) characters, but it doesn&amp;#39;t support regular expressions.</param>
2335       <param name="searchOption">One of the enumeration values  that specifies whether the search operation should include only the current directory or should include all subdirectories.  
2336  The default value is <see cref="F:System.IO.SearchOption.TopDirectoryOnly"></see>.</param>
2337       <returns>An enumerable collection of file-system entries in the directory specified by <paramref name="path">path</paramref> and that match the specified search pattern and option.</returns>
2338       <exception cref="T:System.ArgumentException"><paramref name="path">path</paramref> is a zero-length string, contains only white space, or contains invalid characters. You can query for invalid characters by using the <see cref="System.IO.Path.GetInvalidPathChars"></see> method.  
2339  - or -  
2340  <paramref name="searchPattern">searchPattern</paramref> does not contain a valid pattern.</exception>
2341       <exception cref="T:System.ArgumentNullException"><paramref name="path">path</paramref> is <see langword="null"></see>.  
2342  -or-  
2343  <paramref name="searchPattern">searchPattern</paramref> is <see langword="null"></see>.</exception>
2344       <exception cref="T:System.ArgumentOutOfRangeException"><paramref name="searchOption">searchOption</paramref> is not a valid <see cref="System.IO.SearchOption"></see> value.</exception>
2345       <exception cref="T:System.IO.DirectoryNotFoundException"><paramref name="path">path</paramref> is invalid, such as referring to an unmapped drive.</exception>
2346       <exception cref="T:System.IO.IOException"><paramref name="path">path</paramref> is a file name.</exception>
2347       <exception cref="T:System.IO.PathTooLongException">The specified path, file name, or combined exceed the system-defined maximum length. For example, on Windows-based platforms, paths must be less than 248 characters and file names must be less than 260 characters.</exception>
2348       <exception cref="T:System.Security.SecurityException">The caller does not have the required permission.</exception>
2349       <exception cref="T:System.UnauthorizedAccessException">The caller does not have the required permission.</exception>
2350     </member>
2351     <member name="M:System.IO.Directory.Exists(System.String)">
2352       <summary>Determines whether the given path refers to an existing directory on disk.</summary>
2353       <param name="path">The path to test.</param>
2354       <returns><see langword="true"></see> if <paramref name="path">path</paramref> refers to an existing directory; <see langword="false"></see> if the directory does not exist or an error occurs when trying to determine if the specified directory exists.</returns>
2355     </member>
2356     <member name="M:System.IO.Directory.GetCreationTime(System.String)">
2357       <summary>Gets the creation date and time of a directory.</summary>
2358       <param name="path">The path of the directory.</param>
2359       <returns>A structure that is set to the creation date and time for the specified directory. This value is expressed in local time.</returns>
2360       <exception cref="T:System.UnauthorizedAccessException">The caller does not have the required permission.</exception>
2361       <exception cref="T:System.ArgumentException"><paramref name="path">path</paramref> is a zero-length string, contains only white space, or contains one or more invalid characters. You can query for invalid characters by using the <see cref="System.IO.Path.GetInvalidPathChars"></see> method.</exception>
2362       <exception cref="T:System.ArgumentNullException"><paramref name="path">path</paramref> is <see langword="null"></see>.</exception>
2363       <exception cref="T:System.IO.PathTooLongException">The specified path, file name, or both exceed the system-defined maximum length. For example, on Windows-based platforms, paths must be less than 248 characters and file names must be less than 260 characters.</exception>
2364     </member>
2365     <member name="M:System.IO.Directory.GetCreationTimeUtc(System.String)">
2366       <summary>Gets the creation date and time, in Coordinated Universal Time (UTC) format, of a directory.</summary>
2367       <param name="path">The path of the directory.</param>
2368       <returns>A structure that is set to the creation date and time for the specified directory. This value is expressed in UTC time.</returns>
2369       <exception cref="T:System.UnauthorizedAccessException">The caller does not have the required permission.</exception>
2370       <exception cref="T:System.ArgumentException"><paramref name="path">path</paramref> is a zero-length string, contains only white space, or contains one or more invalid characters. You can query for invalid characters by using the <see cref="System.IO.Path.GetInvalidPathChars"></see> method.</exception>
2371       <exception cref="T:System.ArgumentNullException"><paramref name="path">path</paramref> is <see langword="null"></see>.</exception>
2372       <exception cref="T:System.IO.PathTooLongException">The specified path, file name, or both exceed the system-defined maximum length. For example, on Windows-based platforms, paths must be less than 248 characters and file names must be less than 260 characters.</exception>
2373     </member>
2374     <member name="M:System.IO.Directory.GetCurrentDirectory">
2375       <summary>Gets the current working directory of the application.</summary>
2376       <returns>A string that contains the path of the current working directory, and does not end with a backslash (\).</returns>
2377       <exception cref="T:System.UnauthorizedAccessException">The caller does not have the required permission.</exception>
2378       <exception cref="T:System.NotSupportedException">The operating system is Windows CE, which does not have current directory functionality.  
2379  This method is available in the .NET Compact Framework, but is not currently supported.</exception>
2380     </member>
2381     <member name="M:System.IO.Directory.GetDirectories(System.String,System.String,System.IO.SearchOption)">
2382       <summary>Returns the names of the subdirectories (including their paths) that match the specified search pattern in the specified directory, and optionally searches subdirectories.</summary>
2383       <param name="path">The relative or absolute path to the directory to search. This string is not case-sensitive.</param>
2384       <param name="searchPattern">The search string to match against the names of subdirectories in path. This parameter can contain a combination of valid literal and wildcard characters, but it doesn&amp;#39;t support regular expressions.</param>
2385       <param name="searchOption">One of the enumeration values that specifies whether the search operation should include all subdirectories or only the current directory.</param>
2386       <returns>An array of the full names (including paths) of the subdirectories that match the specified criteria, or an empty array if no directories are found.</returns>
2387       <exception cref="T:System.ArgumentException"><paramref name="path">path</paramref> is a zero-length string, contains only white space, or contains one or more invalid characters. You can query for invalid characters by using the <see cref="System.IO.Path.GetInvalidPathChars"></see> method.  
2388  -or-  
2389  <paramref name="searchPattern">searchPattern</paramref> does not contain a valid pattern.</exception>
2390       <exception cref="T:System.ArgumentNullException"><paramref name="path">path</paramref> or <paramref name="searchPattern">searchPattern</paramref> is <see langword="null"></see>.</exception>
2391       <exception cref="T:System.ArgumentOutOfRangeException"><paramref name="searchOption">searchOption</paramref> is not a valid <see cref="System.IO.SearchOption"></see> value.</exception>
2392       <exception cref="T:System.UnauthorizedAccessException">The caller does not have the required permission.</exception>
2393       <exception cref="T:System.IO.PathTooLongException">The specified path, file name, or both exceed the system-defined maximum length. For example, on Windows-based platforms, paths must be less than 248 characters and file names must be less than 260 characters.</exception>
2394       <exception cref="T:System.IO.IOException"><paramref name="path">path</paramref> is a file name.</exception>
2395       <exception cref="T:System.IO.DirectoryNotFoundException">The specified path is invalid (for example, it is on an unmapped drive).</exception>
2396     </member>
2397     <member name="M:System.IO.Directory.GetDirectories(System.String,System.String,System.IO.EnumerationOptions)">
2398       <param name="path"></param>
2399       <param name="searchPattern"></param>
2400       <param name="enumerationOptions"></param>
2401       <returns></returns>
2402     </member>
2403     <member name="M:System.IO.Directory.GetDirectories(System.String)">
2404       <summary>Returns the names of subdirectories (including their paths) in the specified directory.</summary>
2405       <param name="path">The relative or absolute path to the directory to search. This string is not case-sensitive.</param>
2406       <returns>An array of the full names (including paths) of subdirectories in the specified path, or an empty array if no directories are found.</returns>
2407       <exception cref="T:System.UnauthorizedAccessException">The caller does not have the required permission.</exception>
2408       <exception cref="T:System.ArgumentException"><paramref name="path">path</paramref> is a zero-length string, contains only white space, or contains one or more invalid characters. You can query for invalid characters by using the <see cref="System.IO.Path.GetInvalidPathChars"></see> method.</exception>
2409       <exception cref="T:System.ArgumentNullException"><paramref name="path">path</paramref> is <see langword="null"></see>.</exception>
2410       <exception cref="T:System.IO.PathTooLongException">The specified path, file name, or both exceed the system-defined maximum length. For example, on Windows-based platforms, paths must be less than 248 characters and file names must be less than 260 characters.</exception>
2411       <exception cref="T:System.IO.IOException"><paramref name="path">path</paramref> is a file name.</exception>
2412       <exception cref="T:System.IO.DirectoryNotFoundException">The specified path is invalid (for example, it is on an unmapped drive).</exception>
2413     </member>
2414     <member name="M:System.IO.Directory.GetDirectories(System.String,System.String)">
2415       <summary>Returns the names of subdirectories (including their paths) that match the specified search pattern in the specified directory.</summary>
2416       <param name="path">The relative or absolute path to the directory to search. This string is not case-sensitive.</param>
2417       <param name="searchPattern">The search string to match against the names of subdirectories in path. This parameter can contain a combination of valid literal and wildcard characters, but it doesn&amp;#39;t support regular expressions.</param>
2418       <returns>An array of the full names (including paths) of the subdirectories that match the search pattern in the specified directory, or an empty array if no directories are found.</returns>
2419       <exception cref="T:System.UnauthorizedAccessException">The caller does not have the required permission.</exception>
2420       <exception cref="T:System.ArgumentException"><paramref name="path">path</paramref> is a zero-length string, contains only white space, or contains one or more invalid characters. You can query for invalid characters by using <see cref="System.IO.Path.GetInvalidPathChars"></see>.  
2421  -or-  
2422  <paramref name="searchPattern">searchPattern</paramref> doesn&amp;#39;t contain a valid pattern.</exception>
2423       <exception cref="T:System.ArgumentNullException"><paramref name="path">path</paramref> or <paramref name="searchPattern">searchPattern</paramref> is <see langword="null"></see>.</exception>
2424       <exception cref="T:System.IO.PathTooLongException">The specified path, file name, or both exceed the system-defined maximum length. For example, on Windows-based platforms, paths must be less than 248 characters and file names must be less than 260 characters.</exception>
2425       <exception cref="T:System.IO.IOException"><paramref name="path">path</paramref> is a file name.</exception>
2426       <exception cref="T:System.IO.DirectoryNotFoundException">The specified path is invalid (for example, it is on an unmapped drive).</exception>
2427     </member>
2428     <member name="M:System.IO.Directory.GetDirectoryRoot(System.String)">
2429       <summary>Returns the volume information, root information, or both for the specified path.</summary>
2430       <param name="path">The path of a file or directory.</param>
2431       <returns>A string that contains the volume information, root information, or both for the specified path.</returns>
2432       <exception cref="T:System.UnauthorizedAccessException">The caller does not have the required permission.</exception>
2433       <exception cref="T:System.ArgumentException"><paramref name="path">path</paramref> is a zero-length string, contains only white space, or contains one or more invalid characters. You can query for invalid characters with <see cref="System.IO.Path.GetInvalidPathChars"></see>.</exception>
2434       <exception cref="T:System.ArgumentNullException"><paramref name="path">path</paramref> is <see langword="null"></see>.</exception>
2435       <exception cref="T:System.IO.PathTooLongException">The specified path, file name, or both exceed the system-defined maximum length. For example, on Windows-based platforms, paths must be less than 248 characters and file names must be less than 260 characters.</exception>
2436     </member>
2437     <member name="M:System.IO.Directory.GetFiles(System.String)">
2438       <summary>Returns the names of files (including their paths) in the specified directory.</summary>
2439       <param name="path">The relative or absolute path to the directory to search. This string is not case-sensitive.</param>
2440       <returns>An array of the full names (including paths) for the files in the specified directory, or an empty array if no files are found.</returns>
2441       <exception cref="T:System.IO.IOException"><paramref name="path">path</paramref> is a file name.  
2442  -or-  
2443  A network error has occurred.</exception>
2444       <exception cref="T:System.UnauthorizedAccessException">The caller does not have the required permission.</exception>
2445       <exception cref="T:System.ArgumentException"><paramref name="path">path</paramref> is a zero-length string, contains only white space, or contains one or more invalid characters. You can query for invalid characters by using the <see cref="System.IO.Path.GetInvalidPathChars"></see> method.</exception>
2446       <exception cref="T:System.ArgumentNullException"><paramref name="path">path</paramref> is <see langword="null"></see>.</exception>
2447       <exception cref="T:System.IO.PathTooLongException">The specified path, file name, or both exceed the system-defined maximum length. For example, on Windows-based platforms, paths must be less than 248 characters and file names must be less than 260 characters.</exception>
2448       <exception cref="T:System.IO.DirectoryNotFoundException">The specified path is not found or is invalid (for example, it is on an unmapped drive).</exception>
2449     </member>
2450     <member name="M:System.IO.Directory.GetFiles(System.String,System.String)">
2451       <summary>Returns the names of files (including their paths) that match the specified search pattern in the specified directory.</summary>
2452       <param name="path">The relative or absolute path to the directory to search. This string is not case-sensitive.</param>
2453       <param name="searchPattern">The search string to match against the names of files in path.  This parameter can contain a combination of valid literal path and wildcard (* and ?) characters, but it doesn&amp;#39;t support regular expressions.</param>
2454       <returns>An array of the full names (including paths) for the files in the specified directory that match the specified search pattern, or an empty array if no files are found.</returns>
2455       <exception cref="T:System.IO.IOException"><paramref name="path">path</paramref> is a file name.  
2456  -or-  
2457  A network error has occurred.</exception>
2458       <exception cref="T:System.UnauthorizedAccessException">The caller does not have the required permission.</exception>
2459       <exception cref="T:System.ArgumentException"><paramref name="path">path</paramref> is a zero-length string, contains only white space, or contains one or more invalid characters. You can query for invalid characters by using <see cref="System.IO.Path.GetInvalidPathChars"></see>.  
2460  -or-  
2461  <paramref name="searchPattern">searchPattern</paramref> doesn&amp;#39;t contain a valid pattern.</exception>
2462       <exception cref="T:System.ArgumentNullException"><paramref name="path">path</paramref> or <paramref name="searchPattern">searchPattern</paramref> is <see langword="null"></see>.</exception>
2463       <exception cref="T:System.IO.PathTooLongException">The specified path, file name, or both exceed the system-defined maximum length. For example, on Windows-based platforms, paths must be less than 248 characters and file names must be less than 260 characters.</exception>
2464       <exception cref="T:System.IO.DirectoryNotFoundException">The specified path is not found or is invalid (for example, it is on an unmapped drive).</exception>
2465     </member>
2466     <member name="M:System.IO.Directory.GetFiles(System.String,System.String,System.IO.EnumerationOptions)">
2467       <param name="path"></param>
2468       <param name="searchPattern"></param>
2469       <param name="enumerationOptions"></param>
2470       <returns></returns>
2471     </member>
2472     <member name="M:System.IO.Directory.GetFiles(System.String,System.String,System.IO.SearchOption)">
2473       <summary>Returns the names of files (including their paths) that match the specified search pattern in the specified directory, using a value to determine whether to search subdirectories.</summary>
2474       <param name="path">The relative or absolute path to the directory to search. This string is not case-sensitive.</param>
2475       <param name="searchPattern">The search string to match against the names of files in path.  This parameter can contain a combination of valid literal path and wildcard (* and ?) characters, but it doesn&amp;#39;t support regular expressions.</param>
2476       <param name="searchOption">One of the enumeration values that specifies whether the search operation should include all subdirectories or only the current directory.</param>
2477       <returns>An array of the full names (including paths) for the files in the specified directory that match the specified search pattern and option, or an empty array if no files are found.</returns>
2478       <exception cref="T:System.ArgumentException"><paramref name="path">path</paramref> is a zero-length string, contains only white space, or contains one or more invalid characters. You can query for invalid characters with the <see cref="System.IO.Path.GetInvalidPathChars"></see> method.  
2479  -or-  
2480  <paramref name="searchPattern">searchPattern</paramref> does not contain a valid pattern.</exception>
2481       <exception cref="T:System.ArgumentNullException"><paramref name="path">path</paramref> or <paramref name="searchpattern">searchpattern</paramref> is <see langword="null"></see>.</exception>
2482       <exception cref="T:System.ArgumentOutOfRangeException"><paramref name="searchOption">searchOption</paramref> is not a valid <see cref="System.IO.SearchOption"></see> value.</exception>
2483       <exception cref="T:System.UnauthorizedAccessException">The caller does not have the required permission.</exception>
2484       <exception cref="T:System.IO.DirectoryNotFoundException">The specified path is not found or is invalid (for example, it is on an unmapped drive).</exception>
2485       <exception cref="T:System.IO.PathTooLongException">The specified path, file name, or both exceed the system-defined maximum length. For example, on Windows-based platforms, paths must be less than 248 characters and file names must be less than 260 characters.</exception>
2486       <exception cref="T:System.IO.IOException"><paramref name="path">path</paramref> is a file name.  
2487  -or-  
2488  A network error has occurred.</exception>
2489     </member>
2490     <member name="M:System.IO.Directory.GetFileSystemEntries(System.String)">
2491       <summary>Returns the names of all files and subdirectories in a specified path.</summary>
2492       <param name="path">The relative or absolute path to the directory to search. This string is not case-sensitive.</param>
2493       <returns>An array of the names of files and subdirectories in the specified directory, or an empty array if no files or subdirectories are found.</returns>
2494       <exception cref="T:System.UnauthorizedAccessException">The caller does not have the required permission.</exception>
2495       <exception cref="T:System.ArgumentException"><paramref name="path">path</paramref> is a zero-length string, contains only white space, or contains one or more invalid characters. You can query for invalid characters with <see cref="System.IO.Path.GetInvalidPathChars"></see>.</exception>
2496       <exception cref="T:System.ArgumentNullException"><paramref name="path">path</paramref> is <see langword="null"></see>.</exception>
2497       <exception cref="T:System.IO.PathTooLongException">The specified path, file name, or both exceed the system-defined maximum length. For example, on Windows-based platforms, paths must be less than 248 characters and file names must be less than 260 characters.</exception>
2498       <exception cref="T:System.IO.IOException"><paramref name="path">path</paramref> is a file name.</exception>
2499       <exception cref="T:System.IO.DirectoryNotFoundException">The specified path is invalid (for example, it is on an unmapped drive).</exception>
2500     </member>
2501     <member name="M:System.IO.Directory.GetFileSystemEntries(System.String,System.String)">
2502       <summary>Returns an array of file names and directory names that that match a search pattern in a specified path.</summary>
2503       <param name="path">The relative or absolute path to the directory to search. This string is not case-sensitive.</param>
2504       <param name="searchPattern">The search string to match against the names of file and directories in path.  This parameter can contain a combination of valid literal path and wildcard (* and ?) characters, but it doesn&amp;#39;t support regular expressions.</param>
2505       <returns>An array of file names and directory names that match the specified search criteria, or an empty array if no files or directories are found.</returns>
2506       <exception cref="T:System.UnauthorizedAccessException">The caller does not have the required permission.</exception>
2507       <exception cref="T:System.ArgumentException"><paramref name="path">path</paramref> is a zero-length string, contains only white space, or contains one or more invalid characters. You can query for invalid characters with the <see cref="System.IO.Path.GetInvalidPathChars"></see> method.  
2508  -or-  
2509  <paramref name="searchPattern">searchPattern</paramref> does not contain a valid pattern.</exception>
2510       <exception cref="T:System.ArgumentNullException"><paramref name="path">path</paramref> or <paramref name="searchPattern">searchPattern</paramref> is <see langword="null"></see>.</exception>
2511       <exception cref="T:System.IO.PathTooLongException">The specified path, file name, or both exceed the system-defined maximum length. For example, on Windows-based platforms, paths must be less than 248 characters and file names must be less than 260 characters.</exception>
2512       <exception cref="T:System.IO.IOException"><paramref name="path">path</paramref> is a file name.</exception>
2513       <exception cref="T:System.IO.DirectoryNotFoundException">The specified path is invalid (for example, it is on an unmapped drive).</exception>
2514     </member>
2515     <member name="M:System.IO.Directory.GetFileSystemEntries(System.String,System.String,System.IO.EnumerationOptions)">
2516       <param name="path"></param>
2517       <param name="searchPattern"></param>
2518       <param name="enumerationOptions"></param>
2519       <returns></returns>
2520     </member>
2521     <member name="M:System.IO.Directory.GetFileSystemEntries(System.String,System.String,System.IO.SearchOption)">
2522       <summary>Returns an array of all the file names and directory names that match a search pattern in a specified path, and optionally searches subdirectories.</summary>
2523       <param name="path">The relative or absolute path to the directory to search. This string is not case-sensitive.</param>
2524       <param name="searchPattern">The search string to match against the names of files and directories in path.  This parameter can contain a combination of valid literal path and wildcard (* and ?) characters, but it doesn&amp;#39;t support regular expressions.</param>
2525       <param name="searchOption">One of the enumeration values that specifies whether the search operation should include only the current directory or should include all subdirectories.  
2526  The default value is <see cref="F:System.IO.SearchOption.TopDirectoryOnly"></see>.</param>
2527       <returns>An array of file the file names and directory names that match the specified search criteria, or an empty array if no files or directories are found.</returns>
2528       <exception cref="T:System.ArgumentException"><paramref name="path">path</paramref> is a zero-length string, contains only white space, or contains invalid characters. You can query for invalid characters by using the <see cref="System.IO.Path.GetInvalidPathChars"></see> method.  
2529  - or -  
2530  <paramref name="searchPattern">searchPattern</paramref> does not contain a valid pattern.</exception>
2531       <exception cref="T:System.ArgumentNullException"><paramref name="path">path</paramref> is <see langword="null"></see>.  
2532  -or-  
2533  <paramref name="searchPattern">searchPattern</paramref> is <see langword="null"></see>.</exception>
2534       <exception cref="T:System.ArgumentOutOfRangeException"><paramref name="searchOption">searchOption</paramref> is not a valid <see cref="System.IO.SearchOption"></see> value.</exception>
2535       <exception cref="T:System.IO.DirectoryNotFoundException"><paramref name="path">path</paramref> is invalid, such as referring to an unmapped drive.</exception>
2536       <exception cref="T:System.IO.IOException"><paramref name="path">path</paramref> is a file name.</exception>
2537       <exception cref="T:System.IO.PathTooLongException">The specified path, file name, or combined exceed the system-defined maximum length. For example, on Windows-based platforms, paths must be less than 248 characters and file names must be less than 260 characters.</exception>
2538       <exception cref="T:System.Security.SecurityException">The caller does not have the required permission.</exception>
2539       <exception cref="T:System.UnauthorizedAccessException">The caller does not have the required permission.</exception>
2540     </member>
2541     <member name="M:System.IO.Directory.GetLastAccessTime(System.String)">
2542       <summary>Returns the date and time the specified file or directory was last accessed.</summary>
2543       <param name="path">The file or directory for which to obtain access date and time information.</param>
2544       <returns>A structure that is set to the date and time the specified file or directory was last accessed. This value is expressed in local time.</returns>
2545       <exception cref="T:System.UnauthorizedAccessException">The caller does not have the required permission.</exception>
2546       <exception cref="T:System.ArgumentException"><paramref name="path">path</paramref> is a zero-length string, contains only white space, or contains one or more invalid characters. You can query for invalid characters with the <see cref="System.IO.Path.GetInvalidPathChars"></see> method.</exception>
2547       <exception cref="T:System.ArgumentNullException"><paramref name="path">path</paramref> is <see langword="null"></see>.</exception>
2548       <exception cref="T:System.IO.PathTooLongException">The specified path, file name, or both exceed the system-defined maximum length. For example, on Windows-based platforms, paths must be less than 248 characters and file names must be less than 260 characters.</exception>
2549       <exception cref="T:System.NotSupportedException">The <paramref name="path">path</paramref> parameter is in an invalid format.</exception>
2550     </member>
2551     <member name="M:System.IO.Directory.GetLastAccessTimeUtc(System.String)">
2552       <summary>Returns the date and time, in Coordinated Universal Time (UTC) format, that the specified file or directory was last accessed.</summary>
2553       <param name="path">The file or directory for which to obtain access date and time information.</param>
2554       <returns>A structure that is set to the date and time the specified file or directory was last accessed. This value is expressed in UTC time.</returns>
2555       <exception cref="T:System.UnauthorizedAccessException">The caller does not have the required permission.</exception>
2556       <exception cref="T:System.ArgumentException"><paramref name="path">path</paramref> is a zero-length string, contains only white space, or contains one or more invalid characters. You can query for invalid characters with the  <see cref="System.IO.Path.GetInvalidPathChars"></see> method.</exception>
2557       <exception cref="T:System.ArgumentNullException"><paramref name="path">path</paramref> is <see langword="null"></see>.</exception>
2558       <exception cref="T:System.IO.PathTooLongException">The specified path, file name, or both exceed the system-defined maximum length. For example, on Windows-based platforms, paths must be less than 248 characters and file names must be less than 260 characters.</exception>
2559       <exception cref="T:System.NotSupportedException">The <paramref name="path">path</paramref> parameter is in an invalid format.</exception>
2560     </member>
2561     <member name="M:System.IO.Directory.GetLastWriteTime(System.String)">
2562       <summary>Returns the date and time the specified file or directory was last written to.</summary>
2563       <param name="path">The file or directory for which to obtain modification date and time information.</param>
2564       <returns>A structure that is set to the date and time the specified file or directory was last written to. This value is expressed in local time.</returns>
2565       <exception cref="T:System.UnauthorizedAccessException">The caller does not have the required permission.</exception>
2566       <exception cref="T:System.ArgumentException"><paramref name="path">path</paramref> is a zero-length string, contains only white space, or contains one or more invalid characters. You can query for invalid characters with the  <see cref="System.IO.Path.GetInvalidPathChars"></see> method.</exception>
2567       <exception cref="T:System.ArgumentNullException"><paramref name="path">path</paramref> is <see langword="null"></see>.</exception>
2568       <exception cref="T:System.IO.PathTooLongException">The specified path, file name, or both exceed the system-defined maximum length. For example, on Windows-based platforms, paths must be less than 248 characters and file names must be less than 260 characters.</exception>
2569     </member>
2570     <member name="M:System.IO.Directory.GetLastWriteTimeUtc(System.String)">
2571       <summary>Returns the date and time, in Coordinated Universal Time (UTC) format, that the specified file or directory was last written to.</summary>
2572       <param name="path">The file or directory for which to obtain modification date and time information.</param>
2573       <returns>A structure that is set to the date and time the specified file or directory was last written to. This value is expressed in UTC time.</returns>
2574       <exception cref="T:System.UnauthorizedAccessException">The caller does not have the required permission.</exception>
2575       <exception cref="T:System.ArgumentException"><paramref name="path">path</paramref> is a zero-length string, contains only white space, or contains one or more invalid characters. You can query for invalid characters with the  <see cref="System.IO.Path.GetInvalidPathChars"></see> method.</exception>
2576       <exception cref="T:System.ArgumentNullException"><paramref name="path">path</paramref> is <see langword="null"></see>.</exception>
2577       <exception cref="T:System.IO.PathTooLongException">The specified path, file name, or both exceed the system-defined maximum length. For example, on Windows-based platforms, paths must be less than 248 characters and file names must be less than 260 characters.</exception>
2578     </member>
2579     <member name="M:System.IO.Directory.GetLogicalDrives">
2580       <summary>Retrieves the names of the logical drives on this computer in the form &amp;quot;&amp;lt;drive letter&amp;gt;:\&amp;quot;.</summary>
2581       <returns>The logical drives on this computer.</returns>
2582       <exception cref="T:System.IO.IOException">An I/O error occured (for example, a disk error).</exception>
2583       <exception cref="T:System.UnauthorizedAccessException">The caller does not have the required permission.</exception>
2584     </member>
2585     <member name="M:System.IO.Directory.GetParent(System.String)">
2586       <summary>Retrieves the parent directory of the specified path, including both absolute and relative paths.</summary>
2587       <param name="path">The path for which to retrieve the parent directory.</param>
2588       <returns>The parent directory, or <see langword="null"></see> if <paramref name="path">path</paramref> is the root directory, including the root of a UNC server or share name.</returns>
2589       <exception cref="T:System.IO.IOException">The directory specified by <paramref name="path">path</paramref> is read-only.</exception>
2590       <exception cref="T:System.UnauthorizedAccessException">The caller does not have the required permission.</exception>
2591       <exception cref="T:System.ArgumentException"><paramref name="path">path</paramref> is a zero-length string, contains only white space, or contains one or more invalid characters. You can query for invalid characters with the  <see cref="System.IO.Path.GetInvalidPathChars"></see> method.</exception>
2592       <exception cref="T:System.ArgumentNullException"><paramref name="path">path</paramref> is <see langword="null"></see>.</exception>
2593       <exception cref="T:System.IO.PathTooLongException">The specified path, file name, or both exceed the system-defined maximum length. For more information, see the <see cref="System.IO.PathTooLongException"></see> topic.</exception>
2594       <exception cref="T:System.IO.DirectoryNotFoundException">The specified path was not found.</exception>
2595       <exception cref="T:System.NotSupportedException"><paramref name="path">path</paramref> is in an invalid format.</exception>
2596       <exception cref="T:System.Security.SecurityException">.NET Framework only: The caller does not have the required permissions.</exception>
2597     </member>
2598     <member name="M:System.IO.Directory.Move(System.String,System.String)">
2599       <summary>Moves a file or a directory and its contents to a new location.</summary>
2600       <param name="sourceDirName">The path of the file or directory to move.</param>
2601       <param name="destDirName">The path to the new location for sourceDirName. If sourceDirName is a file, then destDirName must also be a file name.</param>
2602       <exception cref="T:System.IO.IOException">An attempt was made to move a directory to a different volume.  
2603  -or-  
2604  <paramref name="destDirName">destDirName</paramref> already exists.  
2605  -or-  
2606  The <paramref name="sourceDirName">sourceDirName</paramref> and <paramref name="destDirName">destDirName</paramref> parameters refer to the same file or directory.  
2607  -or-  
2608  The directory or a file within it is being used by another process.</exception>
2609       <exception cref="T:System.UnauthorizedAccessException">The caller does not have the required permission.</exception>
2610       <exception cref="T:System.ArgumentException"><paramref name="sourceDirName">sourceDirName</paramref> or <paramref name="destDirName">destDirName</paramref> is a zero-length string, contains only white space, or contains one or more invalid characters. You can query for invalid characters with the  <see cref="System.IO.Path.GetInvalidPathChars"></see> method.</exception>
2611       <exception cref="T:System.ArgumentNullException"><paramref name="sourceDirName">sourceDirName</paramref> or <paramref name="destDirName">destDirName</paramref> is <see langword="null"></see>.</exception>
2612       <exception cref="T:System.IO.PathTooLongException">The specified path, file name, or both exceed the system-defined maximum length. For example, on Windows-based platforms, paths must be less than 248 characters and file names must be less than 260 characters.</exception>
2613       <exception cref="T:System.IO.DirectoryNotFoundException">The path specified by <paramref name="sourceDirName">sourceDirName</paramref> is invalid (for example, it is on an unmapped drive).</exception>
2614     </member>
2615     <member name="M:System.IO.Directory.SetCreationTime(System.String,System.DateTime)">
2616       <summary>Sets the creation date and time for the specified file or directory.</summary>
2617       <param name="path">The file or directory for which to set the creation date and time information.</param>
2618       <param name="creationTime">The date and time the file or directory was last written to. This value is expressed in local time.</param>
2619       <exception cref="T:System.IO.FileNotFoundException">The specified path was not found.</exception>
2620       <exception cref="T:System.ArgumentException"><paramref name="path">path</paramref> is a zero-length string, contains only white space, or contains one or more invalid characters. You can query for invalid characters with the  <see cref="System.IO.Path.GetInvalidPathChars"></see> method.</exception>
2621       <exception cref="T:System.ArgumentNullException"><paramref name="path">path</paramref> is <see langword="null"></see>.</exception>
2622       <exception cref="T:System.IO.PathTooLongException">The specified path, file name, or both exceed the system-defined maximum length. For example, on Windows-based platforms, paths must be less than 248 characters and file names must be less than 260 characters.</exception>
2623       <exception cref="T:System.UnauthorizedAccessException">The caller does not have the required permission.</exception>
2624       <exception cref="T:System.ArgumentOutOfRangeException"><paramref name="creationTime">creationTime</paramref> specifies a value outside the range of dates or times permitted for this operation.</exception>
2625       <exception cref="T:System.PlatformNotSupportedException">The current operating system is not Windows NT or later.</exception>
2626     </member>
2627     <member name="M:System.IO.Directory.SetCreationTimeUtc(System.String,System.DateTime)">
2628       <summary>Sets the creation date and time, in Coordinated Universal Time (UTC) format, for the specified file or directory.</summary>
2629       <param name="path">The file or directory for which to set the creation date and time information.</param>
2630       <param name="creationTimeUtc">The date and time the directory or file was created. This value is expressed in local time.</param>
2631       <exception cref="T:System.IO.FileNotFoundException">The specified path was not found.</exception>
2632       <exception cref="T:System.ArgumentException"><paramref name="path">path</paramref> is a zero-length string, contains only white space, or contains one or more invalid characters. You can query for invalid characters with the  <see cref="System.IO.Path.GetInvalidPathChars"></see> method.</exception>
2633       <exception cref="T:System.ArgumentNullException"><paramref name="path">path</paramref> is <see langword="null"></see>.</exception>
2634       <exception cref="T:System.IO.PathTooLongException">The specified path, file name, or both exceed the system-defined maximum length. For example, on Windows-based platforms, paths must be less than 248 characters and file names must be less than 260 characters.</exception>
2635       <exception cref="T:System.UnauthorizedAccessException">The caller does not have the required permission.</exception>
2636       <exception cref="T:System.ArgumentOutOfRangeException"><paramref name="creationTime">creationTime</paramref> specifies a value outside the range of dates or times permitted for this operation.</exception>
2637       <exception cref="T:System.PlatformNotSupportedException">The current operating system is not Windows NT or later.</exception>
2638     </member>
2639     <member name="M:System.IO.Directory.SetCurrentDirectory(System.String)">
2640       <summary>Sets the application&amp;#39;s current working directory to the specified directory.</summary>
2641       <param name="path">The path to which the current working directory is set.</param>
2642       <exception cref="T:System.IO.IOException">An I/O error occurred.</exception>
2643       <exception cref="T:System.ArgumentException"><paramref name="path">path</paramref> is a zero-length string, contains only white space, or contains one or more invalid characters. You can query for invalid characters with the  <see cref="System.IO.Path.GetInvalidPathChars"></see> method.</exception>
2644       <exception cref="T:System.ArgumentNullException"><paramref name="path">path</paramref> is <see langword="null"></see>.</exception>
2645       <exception cref="T:System.IO.PathTooLongException">The specified path, file name, or both exceed the system-defined maximum length. For example, on Windows-based platforms, paths must be less than 248 characters and file names must be less than 260 characters.</exception>
2646       <exception cref="T:System.Security.SecurityException">The caller does not have the required permission to access unmanaged code.</exception>
2647       <exception cref="T:System.IO.FileNotFoundException">The specified path was not found.</exception>
2648       <exception cref="T:System.IO.DirectoryNotFoundException">The specified directory was not found.</exception>
2649     </member>
2650     <member name="M:System.IO.Directory.SetLastAccessTime(System.String,System.DateTime)">
2651       <summary>Sets the date and time the specified file or directory was last accessed.</summary>
2652       <param name="path">The file or directory for which to set the access date and time information.</param>
2653       <param name="lastAccessTime">An object that contains the value to set for the access date and time of path. This value is expressed in local time.</param>
2654       <exception cref="T:System.IO.FileNotFoundException">The specified path was not found.</exception>
2655       <exception cref="T:System.ArgumentException"><paramref name="path">path</paramref> is a zero-length string, contains only white space, or contains one or more invalid characters. You can query for invalid characters with the  <see cref="System.IO.Path.GetInvalidPathChars"></see> method.</exception>
2656       <exception cref="T:System.ArgumentNullException"><paramref name="path">path</paramref> is <see langword="null"></see>.</exception>
2657       <exception cref="T:System.IO.PathTooLongException">The specified path, file name, or both exceed the system-defined maximum length. For example, on Windows-based platforms, paths must be less than 248 characters and file names must be less than 260 characters.</exception>
2658       <exception cref="T:System.UnauthorizedAccessException">The caller does not have the required permission.</exception>
2659       <exception cref="T:System.PlatformNotSupportedException">The current operating system is not Windows NT or later.</exception>
2660       <exception cref="T:System.ArgumentOutOfRangeException"><paramref name="lastAccessTime">lastAccessTime</paramref> specifies a value outside the range of dates or times permitted for this operation.</exception>
2661     </member>
2662     <member name="M:System.IO.Directory.SetLastAccessTimeUtc(System.String,System.DateTime)">
2663       <summary>Sets the date and time, in Coordinated Universal Time (UTC) format, that the specified file or directory was last accessed.</summary>
2664       <param name="path">The file or directory for which to set the access date and time information.</param>
2665       <param name="lastAccessTimeUtc">An object that  contains the value to set for the access date and time of path. This value is expressed in UTC time.</param>
2666       <exception cref="T:System.IO.FileNotFoundException">The specified path was not found.</exception>
2667       <exception cref="T:System.ArgumentException"><paramref name="path">path</paramref> is a zero-length string, contains only white space, or contains one or more invalid characters. You can query for invalid characters with the  <see cref="System.IO.Path.GetInvalidPathChars"></see> method.</exception>
2668       <exception cref="T:System.ArgumentNullException"><paramref name="path">path</paramref> is <see langword="null"></see>.</exception>
2669       <exception cref="T:System.IO.PathTooLongException">The specified path, file name, or both exceed the system-defined maximum length. For example, on Windows-based platforms, paths must be less than 248 characters and file names must be less than 260 characters.</exception>
2670       <exception cref="T:System.UnauthorizedAccessException">The caller does not have the required permission.</exception>
2671       <exception cref="T:System.PlatformNotSupportedException">The current operating system is not Windows NT or later.</exception>
2672       <exception cref="T:System.ArgumentOutOfRangeException"><paramref name="lastAccessTimeUtc">lastAccessTimeUtc</paramref> specifies a value outside the range of dates or times permitted for this operation.</exception>
2673     </member>
2674     <member name="M:System.IO.Directory.SetLastWriteTime(System.String,System.DateTime)">
2675       <summary>Sets the date and time a directory was last written to.</summary>
2676       <param name="path">The path of the directory.</param>
2677       <param name="lastWriteTime">The date and time the directory was last written to. This value is expressed in local time.</param>
2678       <exception cref="T:System.IO.FileNotFoundException">The specified path was not found.</exception>
2679       <exception cref="T:System.ArgumentException"><paramref name="path">path</paramref> is a zero-length string, contains only white space, or contains one or more invalid characters. You can query for invalid characters with the  <see cref="System.IO.Path.GetInvalidPathChars"></see> method.</exception>
2680       <exception cref="T:System.ArgumentNullException"><paramref name="path">path</paramref> is <see langword="null"></see>.</exception>
2681       <exception cref="T:System.IO.PathTooLongException">The specified path, file name, or both exceed the system-defined maximum length. For example, on Windows-based platforms, paths must be less than 248 characters and file names must be less than 260 characters.</exception>
2682       <exception cref="T:System.UnauthorizedAccessException">The caller does not have the required permission.</exception>
2683       <exception cref="T:System.PlatformNotSupportedException">The current operating system is not Windows NT or later.</exception>
2684       <exception cref="T:System.ArgumentOutOfRangeException"><paramref name="lastWriteTime">lastWriteTime</paramref> specifies a value outside the range of dates or times permitted for this operation.</exception>
2685     </member>
2686     <member name="M:System.IO.Directory.SetLastWriteTimeUtc(System.String,System.DateTime)">
2687       <summary>Sets the date and time, in Coordinated Universal Time (UTC) format, that a directory was last written to.</summary>
2688       <param name="path">The path of the directory.</param>
2689       <param name="lastWriteTimeUtc">The date and time the directory was last written to. This value is expressed in UTC time.</param>
2690       <exception cref="T:System.IO.FileNotFoundException">The specified path was not found.</exception>
2691       <exception cref="T:System.ArgumentException"><paramref name="path">path</paramref> is a zero-length string, contains only white space, or contains one or more invalid characters. You can query for invalid characters with the  <see cref="System.IO.Path.GetInvalidPathChars"></see> method.</exception>
2692       <exception cref="T:System.ArgumentNullException"><paramref name="path">path</paramref> is <see langword="null"></see>.</exception>
2693       <exception cref="T:System.IO.PathTooLongException">The specified path, file name, or both exceed the system-defined maximum length. For example, on Windows-based platforms, paths must be less than 248 characters and file names must be less than 260 characters.</exception>
2694       <exception cref="T:System.UnauthorizedAccessException">The caller does not have the required permission.</exception>
2695       <exception cref="T:System.PlatformNotSupportedException">The current operating system is not Windows NT or later.</exception>
2696       <exception cref="T:System.ArgumentOutOfRangeException"><paramref name="lastWriteTimeUtc">lastWriteTimeUtc</paramref> specifies a value outside the range of dates or times permitted for this operation.</exception>
2697     </member>
2698     <member name="T:Microsoft.Win32.SafeHandles.SafeFileHandle">
2699       <summary>Represents a wrapper class for a file handle.</summary>
2700     </member>
2701     <member name="M:Microsoft.Win32.SafeHandles.SafeFileHandle.#ctor(System.IntPtr,System.Boolean)">
2702       <summary>Initializes a new instance of the <see cref="T:Microsoft.Win32.SafeHandles.SafeFileHandle"></see> class.</summary>
2703       <param name="preexistingHandle">An <see cref="T:System.IntPtr"></see> object that represents the pre-existing handle to use.</param>
2704       <param name="ownsHandle"><see langword="true"></see> to reliably release the handle during the finalization phase; <see langword="false"></see> to prevent reliable release (not recommended).</param>
2705     </member>
2706     <member name="P:Microsoft.Win32.SafeHandles.SafeFileHandle.IsInvalid">
2707       <returns></returns>
2708     </member>
2709   </members>
2710 </doc>