AddTrailingSlash()     

This function returns the path with the trailing slash added. If the path already has a trailing slash then the string is returned unchanged.

Synopsis:

$(AddTrailingSlash(String FullFileName))

Parameters:

FullFileName [I] -- The full file name including the path.

Examples:

The following call:

 

$(AddTrailingSlash("C:\TMP"))

 

returns "C:\TMP\"

 

Back: Upper()

   

Forward: BaseFileName()