WstFileSystemInfo Constructor

[This is internal Microsoft documentation - Do not distribute.]

Initializes a new instance of the WstFileInfo class on the specified path/context.

Namespace: Microsoft.Webstore.WstClient
Assembly: ICL (in icl.dll)

Syntax

'Declaration

  Protected Friend Sub New ( _
    context As WstContext, _
    path As String, _
    fileInfo As Boolean _
)
  protected internal WstFileSystemInfo (
    WstContext context,
    string path,
    bool fileInfo
)

Parameters

  • context
    The Webstore context for this operation.
  • path
    A string specifying the path on which to create the WstFileInfo.
  • fileInfo

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

WstFileSystemInfo Class
WstFileSystemInfo Members
Microsoft.Webstore.WstClient Namespace