Method GetFiles
GetFiles(Directory, Boolean)
Returns all file names referenced by SegmentInfo instances matching the provided Directory (ie files associated with any "external" segments are skipped). The returned collection is recomputed on each invocation.
Declaration
public ICollection<string> GetFiles(Directory dir, bool includeSegmentsFile)
Parameters
Type | Name | Description |
---|---|---|
Directory | dir | |
System.Boolean | includeSegmentsFile |
Returns
Type | Description |
---|---|
ICollection<System.String> |