FolderPathIsPathTerminated Method

This can be used to find out if a path is terminated with a trailing directory separator.

Definition

Namespace: SandcastleBuilder.Utils
Assembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2024.2.18.0
public static bool IsPathTerminated(
	string path
)

Parameters

path  String
The path to check

Return Value

Boolean
Returns true if it is, false if it is not.

See Also