TFile.CreateStringListFromFile
function CreateStringListFromFile(const Path: string): TStringList Path: path to file that should be opened Result: TStringList object
Description
This function creates a TStringList 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.