CaseSensitivePathGuard
public static class CaseSensitivePathGuardNormalizes target paths when importing into a case-sensitive file system.
Methods
Section titled “Methods”
IsCaseSensitiveFileSystem(string)
Section titled “IsCaseSensitiveFileSystem(string)”public static bool IsCaseSensitiveFileSystem(string path)No description is available for this member.
Parameters
| Name | Type | Description |
|---|---|---|
path |
System.String |
Returns
System.Boolean — No return description is available.
NormalizePaths(IEnumerable)
Section titled “NormalizePaths(IEnumerable)”public static CaseSensitivePathGuard.NormalizationResult NormalizePaths(IEnumerable<CaseSensitivePathGuard.PathCandidate> candidates)No description is available for this member.
Parameters
| Name | Type | Description |
|---|---|---|
candidates |
System.Collections.Generic.IEnumerable{AssetInventory.CaseSensitivePathGuard.PathCandidate} |
Returns
AssetInventory.CaseSensitivePathGuard.NormalizationResult — No return description is available.
AdjustPaths(IEnumerable, string, string)
Section titled “AdjustPaths(IEnumerable, string, string)”public static List<CaseSensitivePathGuard.PathCandidate> AdjustPaths(IEnumerable<CaseSensitivePathGuard.PathCandidate> candidates, string targetRoot, string collisionLabel)No description is available for this member.
Parameters
| Name | Type | Description |
|---|---|---|
candidates |
System.Collections.Generic.IEnumerable{AssetInventory.CaseSensitivePathGuard.PathCandidate} | |
targetRoot |
System.String | |
collisionLabel |
System.String |
Returns
System.Collections.Generic.List{AssetInventory.CaseSensitivePathGuard.PathCandidate} — No return description is available.