VintaSoft Barcode .NET SDK 15.1: Руководство для .NET разработчика
Vintasoft.Data Namespace / FileManager Class / CloseFile(String,FileAccess,FileStream) Method
Синтаксис Exceptions Требования Смотрите также
    CloseFile(String,FileAccess,FileStream) Метод (FileManager)
    Unlocks file after the file is closed.
    Синтаксис
    'Declaration
    
    Public Shared Sub CloseFile( _
    ByVal filename
    An absolute path to a file.
    As String, _
    ByVal access
    A constant that defines how the file can be accessed.
    As System.IO.FileAccess, _
    ByVal stream
    Stream to close.
    As System.IO.FileStream _
    )
     

    Parameters

    filename
    An absolute path to a file.
    access
    A constant that defines how the file can be accessed.
    stream
    Stream to close.
    Исключения
    ИсключениеОписание
    Thrown if file is not unlocked.
    Требования

    Целевые платформы: .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    Смотрите также