Nevron Open Vision Documentation
Nevron.Nov.IO Namespace / NFolder Class / CreateAsync Method


In This Topic
    CreateAsync Method (NFolder)
    In This Topic
    Ensures that the folder is created
    Syntax
    'Declaration
     
    
    Public Function CreateAsync() As NPromise(Of NUndefined)
    'Usage
     
    
    Dim instance As NFolder
    Dim value As NPromise(Of NUndefined)
     
    value = instance.CreateAsync()
    public NPromise<NUndefined> CreateAsync()
    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