Wednesday, June 17, 2026
Tip of the Day: New JOINPATH Function Added
Product: R:BASE 11
Build: 11.0.3.20611 or higher
Section: Function
Keywords: Path, Root, Directory, Slash
A new JOINPATH string manipulation function has been implemented to
construct a proper system path regardless of trailing/leading slashes in
the path subcomponents.
*Syntax:*
(JOINPATH(root,subdirectory))
Where:
* *root* specifies the directory root
* *subdirectory* specifies the sub-directory path
JOINPATH is supported with mapped drive letters and UNC paths.
*Example:*
SET VAR vRoot TEXT = 'C:'
SET VAR vSubDirectory TEXT = 'RBTI\RBG11\'
SET VAR vPath TEXT = (JOINPATH(.vRoot,.vSubDirectory))
The Support Team
R:BASE Technologies, Inc.
https://www.rbase.com
--
For group guidelines, visit
http://www.rbase.com/support/usersgroup_guidelines.php
---
You received this message because you are subscribed to the Google Groups "RBASE-L" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion visit
https://groups.google.com/d/msgid/rbase-l/0a8531ff-b3fb-22d6-cb6d-42e91cffaf11%40rbase.com.