Chat Support
Loupe - Log - Monitor - Resolve
Gibraltar Namespace / FileSystemTools Class / GetTempFileStream Method / GetTempFileStream(String) Method
The full file name path created.

In This Topic
    GetTempFileStream(String) Method
    In This Topic
    Open a temporary file for read and write and return the open FileStream which will NOT delete-on-close.
    Syntax
    'Declaration
     
    
    Public Overloads Shared Function GetTempFileStream( _
       ByRef fileName As String _
    ) As FileStream
    public static FileStream GetTempFileStream( 
       out string fileName
    )

    Parameters

    fileName
    The full file name path created.

    Return Value

    An open read-write FileStream which will NOT delete on close.
    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