Class FileUtils
File utilities.
Inheritance
System.Object
FileUtils
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Lucene.Net.Benchmarks.ByTask.Utils
Assembly: Lucene.Net.Benchmark.dll
Syntax
public class FileUtils
Methods
| Improve this Doc View SourceFullyDelete(DirectoryInfo)
Delete files and directories, even if non-empty.
Declaration
public static bool FullyDelete(DirectoryInfo dir)
Parameters
Type | Name | Description |
---|---|---|
System.IO.DirectoryInfo | dir | File or directory. |
Returns
Type | Description |
---|---|
System.Boolean |
|
Exceptions
Type | Condition |
---|---|
System.IO.IOException | If there is a low-level I/O error. |