The absPath function returns the absolute path that was created with the help of base path and relative path. If the base path is not provided, the base path to the current process is used.
Syntax
sAbsPath = absPath (path2). sAbsPath = absPath (path1, path2).
Arguments
Specifies the base path.
Specifies the relative path.
Return Value
The absolute path is returned as a String.
Examples
sPath = absPath('Process1')
sPath = absPath("/folder1/folder2","../process");
|
Copyright © 2014 CA.
All rights reserved.
|
|