TFile.CreateFileStreamFromFile
function CreateFileStreamFromFile(const Path: string): TFileStream Path: path to file that should be opened Result: TFileStream object
Description
This function creates a TFileStream object that is attached file pointed by path parameter.