Returns true iff a file with the given name exists.
Namespace: Lucene.Net.StoreAssembly: Lucene.Net (in Lucene.Net.dll) Version: 2.9.4.1
Syntax
C# |
---|
public abstract bool FileExists( string name ) |
Visual Basic |
---|
Public MustOverride Function FileExists ( _ name As String _ ) As Boolean |
Visual C++ |
---|
public: virtual bool FileExists( String^ name ) abstract |
Parameters
- name
- Type: System..::..String
[Missing <param name="name"/> documentation for "M:Lucene.Net.Store.Directory.FileExists(System.String)"]
Return Value
[Missing <returns> documentation for "M:Lucene.Net.Store.Directory.FileExists(System.String)"]