Nevron Open Vision Documentation
Nevron.Nov.IO Namespace / NStorageFolder Class / AddFile Method


In This Topic
    AddFile Method
    In This Topic
    Adds the specified file to this folder.
    Syntax
    'Declaration
     
    
    Public Sub AddFile( _
       ByVal file As NStorageFile _
    ) 
    'Usage
     
    
    Dim instance As NStorageFolder
    Dim file As NStorageFile
     
    instance.AddFile(file)
    public void AddFile( 
       NStorageFile file
    )

    Parameters

    file
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also