System.AnsiStringBase.IsPathDelimiter

From RAD Studio API Documentation
Jump to: navigation, search

C++

bool         IsPathDelimiter(int index) const _ALWAYS_INLINE {

Properties

Type Visibility Source Unit Parent
function public dstring.h System AnsiStringBase

Description

Returns True if the specified character is a path delimiter.

IsPathDelimiter returns True if the character indicated by the index parameter (counting from 1) is a path delimiter ('\' on Windows, '/' on MAC OS).

See Also