Name | Description | |
---|---|---|
![]() | DirectoryName | Gets a string representing the directory name. |
The following tables list the members exposed by IDirectoryPath.
Name | Description | |
---|---|---|
![]() | DirectoryName | Gets a string representing the directory name. |
Name | Description | |
---|---|---|
![]() | GetBrotherDirectoryWithName | Returns a new directory path representing a directory with name directoryName, located in the parent's directory of this directory. |
![]() | GetBrotherFileWithName | Returns a new file path representing a file with name fileName, located in the parent's directory of this directory. |
![]() | GetChildDirectoryWithName | Returns a new directory path representing a directory with name directoryName, located in this directory. |
![]() | GetChildFileWithName | Returns a new file path 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. |
Name | Description | |
---|---|---|
![]() | EqualsNullSupported | Returns true if path and pathOther are both null, or if path.Equals(pathOther). |
![]() | ToStringOrIfNullToEmptyString | Returns path.ToString() is path is null, else returns the empty string. |