WstFileStream Constructor (WstContext, String, FileMode)
[This is internal Microsoft documentation - Do not distribute.]
Initializes a new instance of the FileStream class with the specified path and creation mode.
Namespace: Microsoft.Webstore.WstClient
Assembly: ICL (in icl.dll)
Syntax
'Declaration
Public Sub New ( _
context As WstContext, _
path As String, _
mode As FileMode _
)
public WstFileStream (
WstContext context,
string path,
FileMode mode
)
Parameters
- context
The Webstore context for this operation.
- path
A path for the file that the current FileStream object will encapsulate.
- mode
FileMode constant that determines how to open or create the file.
Platforms
Development Platforms
Windows XP Professional with Service Pack 2 (SP2), Windows Server 2003, Windows Vista Ultimate Edition, Windows Vista Business Edition, Windows Vista Enterprise Edition
Target Platforms
See Also
Reference
WstFileStream Class
WstFileStream Members
Microsoft.Webstore.WstClient Namespace