Skip to main content

⚠️ Please note that this topic or post has been archived. The information contained here may no longer be accurate or up-to-date. ⚠️

How to tell C1 programmatically to open a folder

Comments

1 comment

  • Ulf Liljegren
    Note we normally do not provide support for this, but here we go 😉

    What you have done is to tell appliaction to create a new Capture object, this is all fine and the application is ready to shoot to this folder, if you are opening a existing collection you will also need to refresh collection:

    Dim WidthEvents collection as CaptureOne.CaptureCollection

    Set collection = New CaptureOne.CaptureCollection



    Methods

    StartRefresh

    Syntax

    object.StartRefresh

    Description

    This method initiates a search for captures in the active capture folder. This enables the application to ‘discover’ captures transferred to the capture folder from an outside source.

    StopRefresh

    Syntax

    object.StopRefresh

    Description

    This method cancels any ongoing search for captures.
    0

Post is closed for comments.