Метод | Описание | |
---|---|---|
AddFile ( String filename ) : void | ||
AddFileWithProperties ( String filename, String>.Dictionary |
||
GetFileDescriptions ( ) : List |
Gets the file descriptions. It resolves wildcards so that this function returns a list of usable files.
|
|
SetPropertiesOfFirstFile ( string key, string value ) : void | ||
ToString ( ) : string | ||
UtilsInputFiles ( String inputString ) : System |
Метод | Описание | |
---|---|---|
AddFileDescToList ( bool isFillerFile, string filePath, string>.Dictionary |
||
EscapeSequencesToNormalChar ( String str ) : String | ||
SpecialCharacterToEscapeSequence ( String str ) : String | ||
StringToTokenType ( String str ) : TT | ||
TokenizeInputString ( String inputStr ) : String[] |
Splits the input string on special charcters '<', >', '=' and ','. In case these characters are precedented by '\' they become normal characters and the string will not be split at this point. <encoding=utf-8,>
|
public AddFileWithProperties ( String filename, String>.Dictionary |
||
filename | String | |
dict | String>.Dictionary | |
Результат | void |
public SetPropertiesOfFirstFile ( string key, string value ) : void | ||
key | string | |
value | string | |
Результат | void |
public UtilsInputFiles ( String inputString ) : System | ||
inputString | String | |
Результат | System |