[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] Reference for unit 'UPasConf' (#Pkg)

NormalizePath

Returns the string Path with all backslashes replaced with slashes and all suites of slashes replaced by a single slash. Potential trailing slashes are removed.

Declaration

Source position: upasconf.pas line 901

function NormalizePath(

  const Path: string

):string;