System.UnicodeString.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 ustring.h System UnicodeString

Description

Indicates whether 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).