REPLACE_DELIMITER

This will replace delimiter in string path and returns replaced delimiter string.

Format

REPLACE_DELIMITER("P:/work/tests/Test_1.log" )

Argument

 
Path
String Full_Path (containing "/")

Example

The following example illustrates the use of the REPLACE_DELIMITER function:
REPLACE_DELIMITER ("P:/work/tests/Test_1.log")
Return "P:\work\tests\Test_1.log"