Метод | Описание | |
---|---|---|
ContainsInvalidSearchChars ( string relFilePath ) : bool | ||
ContainsSearchChars ( string relFilePath ) : bool | ||
FindAllFiles ( string relFilePath, Action |
||
RelPathSearcher ( string>.Func |
||
UnpackBundle ( IEnumerable |
Метод | Описание | |
---|---|---|
SplitRelDirPathAroundSearchDir ( string relDirPath, int firstSearchCharIndex ) : string[] |
This returns a array of three parts 0 - directories before the search dir - can be empty 1 - the directory search string 2 - the directories after the search dir - can be empty
|
public static ContainsInvalidSearchChars ( string relFilePath ) : bool | ||
relFilePath | string | |
Результат | bool |
public static ContainsSearchChars ( string relFilePath ) : bool | ||
relFilePath | string | |
Результат | bool |
public FindAllFiles ( string relFilePath, Action |
||
relFilePath | string | |
errorHandler | Action |
|
originalRelPath | string | |
Результат | IEnumerable |
public RelPathSearcher ( string>.Func |
||
getActualFilePathFromVirtualPath | string>.Func | |
Результат | System |
public UnpackBundle ( IEnumerable |
||
relFiles | IEnumerable |
|
errorHandler | Action |
|
Результат | IEnumerable |