[Overview][Constants][Types][Classes][Procedures and functions][Index] Reference for unit 'FileUtil' (#lazutils)

CreateAbsolutePath (deprecated)

Deprecated.

Declaration

Source position: fileutil.pas line 70

function CreateAbsolutePath(

  const Filename: string;

  const BaseDirectory: string

):string;

Description

Deprecated. Use the CreateAbsolutePath function from the LazFileUtils unit.

See also

CreateAbsolutePath

  

Returns an absolute path relative to the specified base directory (when needed).