Name | Description | |
---|---|---|
![]() | GetBrotherDirectoryWithName | Returns a new directory path prefixed with an environment variable, representing a directory with name directoryName, located in the parent's directory of this directory. |
![]() | GetBrotherFileWithName | Returns a new file path prefixed with an environment variable, representing a file with name fileName, located in the parent's directory of this directory. |
![]() | GetChildDirectoryWithName | Returns a new directory path prefixed with an environment variable, representing a directory with name directoryName, located in this directory. |
![]() | GetChildFileWithName | Returns a new file path prefixed with an environment variable, representing a file with name fileName, located in this directory. |
![]() | 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. |
![]() | TryResolve | Overloaded. Returns EnvVarPathResolvingStatus.EnvVarPathResolvingStatus.Success if this directory path is prefixed with an environment variable that can be resolved into a drive letter or a UNC absolute directory path. |