Xceed .NET Libraries Documentation
Xceed.FileSystem Assembly / Xceed.FileSystem Namespace / MemoryFolder Class / MemoryFolder Constructor / MemoryFolder Constructor(String)
The full name of the MemoryFolder, as returned by FileSystemItem.FullName, including the root part. The folder does not need to exist. For example, "RAM:\" or "MyRam1:\Data\Images\Gifs"


In This Topic
    MemoryFolder Constructor(String)
    In This Topic
    Initializes a new instance of the MemoryFolder class specifying its full path name.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal fullName As String _
    )
    'Usage
     
    Dim fullName As String
     
    Dim instance As New MemoryFolder(fullName)
    public MemoryFolder( 
       string fullName
    )

    Parameters

    fullName
    The full name of the MemoryFolder, as returned by FileSystemItem.FullName, including the root part. The folder does not need to exist. For example, "RAM:\" or "MyRam1:\Data\Images\Gifs"
    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