Xceed .NET Libraries Documentation
Xceed.FileSystem Assembly / Xceed.FileSystem Namespace / IsolatedFile Class / IsolatedFile Constructor
Fully qualified name of the underlying physical file. This file may or may not physically exist.


In This Topic
    IsolatedFile Constructor
    In This Topic
    Initializes a new instance of the IsolatedFile class with the fully qualified name of an underlying physical file.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal fileName As String _
    )
    'Usage
     
    Dim fileName As String
     
    Dim instance As New IsolatedFile(fileName)
    public IsolatedFile( 
       string fileName
    )

    Parameters

    fileName
    Fully qualified name of the underlying physical file. This file may or may not physically exist.
    Remarks

    Allowed paths: "file.txt", "folder\file.txt", "\folder\file.txt"

    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