Show / Hide Table of Contents

    Class FileUtils

    File utilities.

    Inheritance
    System.Object
    FileUtils
    Namespace: Lucene.Net.Benchmarks.ByTask.Utils
    Assembly: Lucene.Net.Benchmark.dll
    Syntax
    public class FileUtils : object

    Methods

    | Improve this Doc View Source

    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
    System.Boolean

    true on success, false if no or part of files have been deleted.

    • Improve this Doc
    • View Source
    Back to top Copyright © 2020 Licensed to the Apache Software Foundation (ASF)