Method IndexExists
IndexExists(Directory)
Returns true
if an index exists at the specified directory.
If the directory does not exist or if there is no index in it.
Declaration
public static bool IndexExists(Directory directory)
Parameters
Type | Name | Description |
---|---|---|
Directory | directory | the directory to check for an index |
Returns
Type | Description |
---|---|
System.Boolean |
|