Class FileUtils
File utilities.
Inherited Members
Namespace: Lucene.Net.Benchmarks.ByTask.Utils
Assembly: Lucene.Net.Benchmark.dll
Syntax
public static class FileUtils
Methods
FullyDelete(DirectoryInfo)
Delete files and directories, even if non-empty.
Declaration
public static bool FullyDelete(DirectoryInfo dir)
Parameters
| Type | Name | Description |
|---|---|---|
| DirectoryInfo | dir | File or directory. |
Returns
| Type | Description |
|---|---|
| bool |
|
Exceptions
| Type | Condition |
|---|---|
| IOException | If there is a low-level I/O error. |