Click or drag to resize

PathCollectionSamePath Method

Checks if two paths are identical

Namespace: Jam.Shell
Assembly: ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 7.2
Syntax
public static bool SamePath(
	string path1,
	string path2
)

Parameters

path1  String
A file system path
path2  String
Another file system path

Return Value

Boolean
true, if both paths are identical, false if they differ
See Also