Difference between revisions of "TFile.CreateFileStreamFromFile"

From Soldat Community Wiki
Jump to: navigation, search
(Created page with " '''''function CreateFileStream(const Path: string): TFileStream''''' Path: path to file that should be opened Result: TFileStream object ==Description== This func...")
 
m
Line 1: Line 1:
  '''''function CreateFileStream(const Path: string): [[TFileStream]]'''''
+
  '''''function CreateFileStreamFromFile(const Path: string): [[TFileStream]]'''''
 
   Path: path to file that should be opened
 
   Path: path to file that should be opened
 
   Result: [[TFileStream]] object
 
   Result: [[TFileStream]] object

Revision as of 16:12, 26 July 2013

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.