Returning a pathname in normalised form

normalise_pathname()

Return a pathname in normalised form


SYNTAX

normalize_pathname(pathname)

Returns the specified pathname in normalised form. Use this function on the Resource field in the resource file before storing.

The normalisation process is as follows:

All ‘ \ ’ (backslash) characters are changed to ‘ / ’ (forward slash).

Under Windows, all characters are converted to lower case.


RELATED TOPICS

Servers

Server security features

Server security database

Server security functions