Web.HTTPProd.QualifyFileName

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function QualifyFileName(const AFileName: string): string;

C++

extern DELPHI_PACKAGE System::UnicodeString __fastcall QualifyFileName(const System::UnicodeString AFileName);

Properties

Type Visibility Source Unit Parent
function public
Web.HTTPProd.pas
Web.HTTPProd.hpp
Web.HTTPProd Web.HTTPProd

Description

Returns the fully qualified path of the specified file name.

QualifyFileName does not verify that the resulting fully qualified path name refers to an existing file, or even that the resulting path exists.

See Also