Method | Description | |
---|---|---|
Extract ( System.IO.Abstractions.FileSystemInfoBase fileSystemInfo, string pattern ) : System.Snippet |
Extracts a snippet.
|
Method | Description | |
---|---|---|
ConvertToDirectory ( System.IO.Abstractions.FileSystemInfoBase fileSystemInfo ) : |
Converts a FileSystemInfo to DirectoryInfo.
|
Method | Description | |
---|---|---|
BuildSnippet ( |
Builds a snippet from a directory info.
|
protected ConvertToDirectory ( System.IO.Abstractions.FileSystemInfoBase fileSystemInfo ) : |
||
fileSystemInfo | System.IO.Abstractions.FileSystemInfoBase | The file system info. |
return |
public Extract ( System.IO.Abstractions.FileSystemInfoBase fileSystemInfo, string pattern ) : System.Snippet | ||
fileSystemInfo | System.IO.Abstractions.FileSystemInfoBase | The file system info. |
pattern | string | The extraction pattern. |
return | System.Snippet |