Unit IniFileUtilities

DescriptionUsesClasses, Interfaces, Objects and RecordsFunctions and ProceduresTypesConstantsVariables

Description

IniFileUtilities declares IniFileName which returns the full path of an .ini file.

Uses

Overview

Functions and Procedures

function IniFileName(Handle: HWnd; ExeName: string): string;
function InternetIniFileName(Handle: HWnd; ExeName: string): string;
function GetAppDirectory(Handle: HWnd; ProgramName: string): string;

Description

Functions and Procedures

function IniFileName(Handle: HWnd; ExeName: string): string;

IniFileName returns the full path of an .ini file for the application specified by ExeName. The .ini file will be in a subdirectory of the "Application Data" directory for the system. If it does not exist the subdirectory of the "Application Data" directory will be created.

function InternetIniFileName(Handle: HWnd; ExeName: string): string;
 
function GetAppDirectory(Handle: HWnd; ProgramName: string): string;
 

Generated by PasDoc 0.12.1 on 2013-05-13 15:41:42