DirectOutput
DirectOutput framework R2 for virtual pinball cabinets.
|
A list of file patterns. More...
Public Member Functions | |
List< FileInfo > | GetMatchingFiles (Dictionary< string, string > ReplaceValues=null) |
Gets the files matching one of the entries in this list More... | |
FileInfo | GetFirstMatchingFile (Dictionary< string, string > ReplaceValues=null) |
Gets the first matching file for the entries in the list. More... | |
A list of file patterns.
FileInfo DirectOutput.General.FilePatternList.GetFirstMatchingFile | ( | Dictionary< string, string > | ReplaceValues = null | ) |
Gets the first matching file for the entries in the list.
ReplaceValues | Dictionary containing key/value pairs used to replace placeholders in the form {PlaceHolder} in the patterns. |
List<FileInfo> DirectOutput.General.FilePatternList.GetMatchingFiles | ( | Dictionary< string, string > | ReplaceValues = null | ) |
Gets the files matching one of the entries in this list
ReplaceValues | Dictionary containing key/value pairs used to replace placeholders in the form {PlaceHolder} in the patterns. |