@GetOSPath
Syntax
@GetOSPath(NOTESPATH1);
@GetOSPath(NOTESPATHLIST1);
Description
Returns the physical/local path (OSPATH) for the relative NOTESPATH/NOTESPATHLIST NOTESPATH1/NOTESPATHLIST1. Directory and database links are taken into account.
If a NOTESPATHLIST is passed as the input parameter, errors are written to the APILog, but the corresponding elements of the returned TEXTLIST are empty ("") and do not contain an error message.
Elements of the NOTESPATHLIST that could be processed without errors are returned correctly in the TEXTLIST, even if an error occurs in another element.
Example: @GetOSPath(NOTESPATH1)
NOTESPATH1:="TEST.NSF";
OS path:=@GetOSPath(NOTESPATH1);
Usually returns "C:\NOTES\TEST.NSF" if the database is located in the Notes data directory.
Example: @GetOSPath(NOTESPATHLIST1)
NOTESPATHLIST1:="TEST1.NSF":"TEST2.NSF";
OS pathList:=@GetOSPath(NOTESPATHLIST1);
Usually returns "C:\NOTES\TEST1.NSF":"C:\NOTES\TEST2.NSF" if the databases are located in the Notes data directory.
Note : This text was machine-translated and may contain inaccuracies.
