Lucene.Net.Store.SimpleFSDirectory.SimpleFSDirectory C# (CSharp) Method

SimpleFSDirectory() public method

Create a new SimpleFSDirectory for the named location and NativeFSLockFactory.
if there is a low-level I/O error
public SimpleFSDirectory ( DirectoryInfo path ) : System
path DirectoryInfo the path of the directory
return System
        public SimpleFSDirectory(DirectoryInfo path)
            : base(path, null)
        {
        }

Same methods

SimpleFSDirectory::SimpleFSDirectory ( DirectoryInfo path, Lucene.Net.Store.LockFactory lockFactory ) : System