Show / Hide Table of Contents

Class WindowsFileSystem

Inheritance
object
FileSystem
WindowsFileSystem
Implements
IFileSystem
Inherited Members
FileSystem.UserHomePath
FileSystem.UserDataDirectoryPath
FileSystem.FileExists(string)
FileSystem.DirectoryExists(string)
FileSystem.GetCurrentDirectory()
FileSystem.OpenFileStream(string, FileMode, FileAccess, FileShare)
FileSystem.CreateDirectory(string)
FileSystem.DeleteFile(string)
FileSystem.EnumerateFiles(string, string)
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
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.

Overrides
FileSystem.IsSamePath(string, string)

Implements

IFileSystem
In this article
Back to top Generated by DocFX