TFile.CreateINI

From Soldat Community Wiki
Revision as of 20:39, 16 June 2018 by Savage0795 (talk | contribs) (The file isn't created, use TIniFile.UpdateFile)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
function CreateINI(const Path: string): TIniFile
 Path: path to file that should be opened
 Result: TIniFile object

Description

This function creates a TIniFile object that is attached file pointed by path parameter. Might throw EAccessDenied exception if path is inaccessible from script's sandbox or access is denied by operating system.