Xceed .NET Libraries Documentation
Xceed.FileSystem Assembly / Xceed.FileSystem Namespace / AbstractFolder Class / CreateTempFile Method


In This Topic
    CreateTempFile Method
    In This Topic
    Creates the temporary file.
    Syntax
    'Declaration
     
    Public Overridable Function CreateTempFile() As AbstractFile
    'Usage
     
    Dim instance As AbstractFolder
    Dim value As AbstractFile
     
    value = instance.CreateTempFile()
    public virtual AbstractFile CreateTempFile()

    Return Value

    A reference to an AbstractFile object representing the temporary file.
    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