getFolderPathSeparator

Retrieves the byte equivalent of the separator character used in folder paths (/). A SOAP error envelope is returned if the operation fails.

Parameters

Parameter Type Description
cookie long Session cookie returned by projectLogon.

Return value

Value Type
separator byte

Example

sbyte separator = ttsdk.getFolderPathSeparator(cookie);