Nevron Open Vision Documentation
Nevron.Nov.IO Namespace / NInteropFileSystemServiceStub Class / CopyFolder Method


In This Topic
    CopyFolder Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Sub CopyFolder( _
       ByVal fsoFolderStr As System.String, _
       ByVal destination As System.String, _
       ByVal overwrite As System.Boolean _
    ) 
    'Usage
     
    
    Dim instance As NInteropFileSystemServiceStub
    Dim fsoFolderStr As System.String
    Dim destination As System.String
    Dim overwrite As System.Boolean
     
    instance.CopyFolder(fsoFolderStr, destination, overwrite)
    public void CopyFolder( 
       System.string fsoFolderStr,
       System.string destination,
       System.bool overwrite
    )

    Parameters

    fsoFolderStr
    destination
    overwrite
    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