Unit 'LazFileUtils' Package
[Overview][Constants][Types][Procedures and functions][Variables][Index] [#bs_utils]

FindPathInSearchPath

Declaration

Source position: lazfileutils.pas line 105

function FindPathInSearchPath(

  APath: PChar;

  APathLen: Integer;

  SearchPath: PChar;

  SearchPathLen: Integer

):PChar; overload;

function FindPathInSearchPath(

  const APath: string;

  const SearchPath: string

):Integer; overload;



CT Web help

CodeTyphon Studio