This method is obsolete. See the Remarks section below. |
Description
The Utilities.IsPathDelimiter
method indicates whether the character at byte offset Index in the string Str is the path delimiter character ('\').
Declaration
Utilities.IsPathDelimiter(Str, Index)
Str | [in] | Required | String | |
Index | [in] | Required | Integer | |
Result | Boolean |
Applies To
The method is applied to the following object:
Parameters
The method has the following parameters:
Str
Specifies the desired string.
Index
Specifies the index of the desired byte (1 is the first byte of the string, 2 is the second byte, and so on).
Result Value
If the specified character is a path delimiter, the method returns True. Otherwise, it returns False.
Remarks
To check whether the given character is a delimiter of another type, use IsDelimiter
.
This method is obsolete. It is supported for backward compatibility only.
See Also
aqFileSystem.ExcludeTrailingBackSlash Method
aqFileSystem.IncludeTrailingBackSlash Method
aqString.GetChar Method
aqString.Find Method
aqString.ListSeparator Property