LEADTOOLS (Leadtools assembly)
LEAD Technologies, Inc

OpenFile Method (LeadStream)






The relative or absolute path for the file that this LeadStream object will be associated with.
A constant that determines how to open or create the file.
A constant that determines how the file can be accessed by this LeadStream object.
A constant that determines how the file will be shared by processes.
Creates, opens or reopens the specified file. .NET support
Syntax
public bool OpenFile( 
   string fileName,
   LeadStreamMode mode,
   LeadStreamAccess access,
   LeadStreamShare share
)
'Declaration
 
Public Function OpenFile( _
   ByVal fileName As String, _
   ByVal mode As LeadStreamMode, _
   ByVal access As LeadStreamAccess, _
   ByVal share As LeadStreamShare _
) As Boolean
'Usage
 
Dim instance As LeadStream
Dim fileName As String
Dim mode As LeadStreamMode
Dim access As LeadStreamAccess
Dim share As LeadStreamShare
Dim value As Boolean
 
value = instance.OpenFile(fileName, mode, access, share)
public bool OpenFile( 
   string fileName,
   LeadStreamMode mode,
   LeadStreamAccess access,
   LeadStreamShare share
)
 function Leadtools.LeadStream.OpenFile( 
   fileName ,
   mode ,
   access ,
   share 
)
public:
bool OpenFile( 
   String^ fileName,
   LeadStreamMode mode,
   LeadStreamAccess access,
   LeadStreamShare share
) 

Parameters

fileName
The relative or absolute path for the file that this LeadStream object will be associated with.
mode
A constant that determines how to open or create the file.
access
A constant that determines how the file can be accessed by this LeadStream object.
share
A constant that determines how the file will be shared by processes.

Return Value

true if the file is open; false, otherwise.
Remarks
Use the LeadStream interface to perform read and write operations.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

LeadStream Class
LeadStream Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.