Class WindowsFileSystem
Implements
Inherited Members
Namespace: GitCredentialManager.Interop.Windows
Assembly: Algenta.Colectica.Repository.Client.dll
Syntax
public class WindowsFileSystem : FileSystem, IFileSystem
Methods
IsSamePath(string, string)
Check if two paths are the same for the current platform and file system. Symbolic links are not followed.
Declaration
public override bool IsSamePath(string a, string b)
Parameters
Type | Name | Description |
---|---|---|
string | a | File path. |
string | b | File path. |
Returns
Type | Description |
---|---|
bool | True if both file paths are the same, false otherwise. |