path_normalizeΒΆ
path_normalize replaces slashes (/
) in file names to backslashes
(\\
). If the last character is a slash or backslash it will be removed.
- ssReturnFileName = path_normalize(ssFilename)
Return Value
ssReturnFileName is a filename with backslashes.
Parameters
- ssFilename
ssFilename is a file name where the elements are separated by slashes or backslashes.
Example
Examples
* path_normalize("d:/test\\065/")
d:\test\065
History
Version |
Description |
---|---|
R2012 (5.40.0) |
New documentation. |
id-1670016