Click or drag to resize

SecurityRepositoryFolderNormalize Method

Returns the path normalized to compare with a SWIFolder repository-relative path: OS separators, a leading separator and no trailing separator (the repository root is a single separator).

Namespace: Seal.Model
Assembly: SealLibrary (in SealLibrary.dll) Version: 10.0.1.0+a44cd3a7f03c2bf3cdbd971a878c679e40bed08a
Syntax
C#
public static string Normalize(
	string path
)

Parameters

path  String
 

Return Value

String
See Also