Translate filepaths for Http URL's

Use of @ReplaceSubstring to make filepaths acceptable for URL paths
Lotus Formula


@ReplaceSubstring( dbfilepath ;"\\";"/");

Example:

The formula above will translate:

FOLDER\SUBFOLDER\DB2.nsf
	
to

FOLDER/SUBFOLDER/DB2.nsf

Posted by fbrefere001 on Wednesday March 5, 2003