TFile.CreateFileStreamFromFile

From Soldat Community Wiki
Revision as of 16:11, 26 July 2013 by Falcon (talk | contribs) (Created page with " '''''function CreateFileStream(const Path: string): TFileStream''''' Path: path to file that should be opened Result: TFileStream object ==Description== This func...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
function CreateFileStream(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.