TempFileCollection Properties
.NET Framework 4
The TempFileCollection type exposes the following members.
| Name | Description | |
|---|---|---|
|
BasePath | Gets the full path to the base file name, without a file name extension, on the temporary directory path, that is used to generate temporary file names for the collection. |
|
Count | Gets the number of files in the collection. |
|
KeepFiles | Gets or sets a value indicating whether to keep the files, by default, when the Delete method is called or the collection is disposed. |
|
TempDir | Gets the temporary directory to store the temporary files in. |
| Name | Description | |
|---|---|---|
|
ICollection.Count | Infrastructure. Gets the number of elements contained in the collection. |
|
ICollection.IsSynchronized | Infrastructure. Gets a value indicating whether access to the collection is synchronized (thread safe). |
|
ICollection.SyncRoot | Infrastructure. Gets an object that can be used to synchronize access to the collection. |