ADDBS() |
Top Previous Next |
Syntax ADDBS(cPath) Parameters cPath Specifies the path for a directory that may have a backslash at the end. Returns Returns the path terminated with a backslash. If the path was already terminated in this way, the value is returned unchanged. Remarks ADDBS() adds the platform specific folder separator. On Windows platforms this is the backslash (\). On Unix based systems this is the forward slash (/). |