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

FindPathInSearchPath

Declaration

Source position: lazfileutils.pas line 101

function FindPathInSearchPath(

  APath: PChar;

  APathLen: Integer;

  SearchPath: PChar;

  SearchPathLen: Integer

):PChar; overload;

function FindPathInSearchPath(

  const APath: string;

  const SearchPath: string

):Integer; overload;

The latest version of this document can be found at lazarus-ccr.sourceforge.net.