Class DirectoryInfoExtensions
Inheritance
System.Object
DirectoryInfoExtensions
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Catalyst.Core.Lib.Extensions
Assembly: Catalyst.Core.Lib.dll
Syntax
public static class DirectoryInfoExtensions
Methods
| Improve this Doc View SourceSubDirectoryInfo(DirectoryInfo, String)
Declaration
public static DirectoryInfo SubDirectoryInfo(this DirectoryInfo parentDirectory, string subDirectoryName)
Parameters
Type | Name | Description |
---|---|---|
System.IO.DirectoryInfo | parentDirectory | |
System.String | subDirectoryName |
Returns
Type | Description |
---|---|
System.IO.DirectoryInfo |