Constructor WindowsDirectory
WindowsDirectory(File, LockFactory)
Create a new WindowsDirectory for the named location.
Declaration
public WindowsDirectory(File path, LockFactory lockFactory)
Parameters
Type | Name | Description |
---|---|---|
File | path | the path of the directory |
LockFactory | lockFactory | the lock factory to use, or null for the default (NativeFSLockFactory); |
WindowsDirectory(File)
Create a new WindowsDirectory for the named location and NativeFSLockFactory.
Declaration
public WindowsDirectory(File path)
Parameters
Type | Name | Description |
---|---|---|
File | path | the path of the directory |