Method | Description | |
---|---|---|
GetMaskFromTagsAndSplits ( ) : string | ||
GetSplits ( ) : List |
||
GetTags ( ) : List |
||
IsEqualNumberOfSplitsInMaskAndFileName ( string currentSplit, string fileName ) : bool | ||
MaskParser ( string mask ) : System | ||
ValidateFileName ( string fileName ) : bool |
Method | Description | |
---|---|---|
ConvertForRegex ( string split ) : string | ||
CountSplitsInFileName ( string currentSplit, string fileName ) : int | ||
CountSplitsInMask ( string currentSplit ) : int | ||
GetTagsAndSplits ( ) : void |
public IsEqualNumberOfSplitsInMaskAndFileName ( string currentSplit, string fileName ) : bool | ||
currentSplit | string | |
fileName | string | |
return | bool |
public ValidateFileName ( string fileName ) : bool | ||
fileName | string | |
return | bool |