| Name | Description | |
|---|---|---|
![]()  | GetBrotherDirectoryWithName | Returns a new relative directory path representing a directory with name directoryName, located in the parent's directory of this directory. | 
![]()  | GetBrotherFileWithName | Returns a new relative file path representing a file with name fileName, located in the parent's directory of this directory. | 
![]()  | GetChildDirectoryWithName | Returns a new relative directory path representing a directory with name directoryName, located in this directory. | 
![]()  | GetChildFileWithName | Returns a new relative file path representing a file with name fileName, located in this directory. | 
![]()  | TryGetAbsolutePathFrom | Resolve this relative directory from pivotDirectory. If this directory is "..\Dir2" and pivotDirectory is "C:\Dir1\Dir3", the returned absolute directory is "C:\Dir1\Dir2". | 
![]()  | TryGetBrotherDirectoryWithName | Returns true if directoryName doesn't contain forbidden character in path. | 
![]()  | TryGetBrotherFileWithName | Returns true if fileName doesn't contain forbidden character in path. | 
![]()  | TryGetChildDirectoryWithName | Returns true if directoryName doesn't contain forbidden character in path. | 
![]()  | TryGetChildFileWithName | Returns true if fileName doesn't contain forbidden character in path. | 


