Welcome, Guest. Please login or register.

Author Topic: Need help with the DOpus 5.82 plugin development API  (Read 1669 times)

Description:

0 Members and 1 Guest are viewing this topic.

Offline thysloTopic starter

  • Newbie
  • *
  • Join Date: Feb 2019
  • Posts: 4
    • Show all replies
Need help with the DOpus 5.82 plugin development API
« on: September 01, 2022, 12:41:38 PM »
I posted something like that already on eab but found no solution yet. So I try it here. Maybe somebody who already wrote a plugin for Directory Opus in C read it and can help..

For my plugin I need two listers, and it is not needed that they are source or destination listers.

I'm looking for a way to:
  • iterate all the files (not just the selected entries)
  • getting informations of these files like size and DateStamp (time_t would be enough, actually)
  • depending on these informations select / de-select / hide files in the lister

I read the docs that I think cover these topics: modules.doc and hooks.doc

But that functionality seems not to be there.

Can anybody help?
« Last Edit: September 01, 2022, 01:27:26 PM by thyslo »
 

Offline thysloTopic starter

  • Newbie
  • *
  • Join Date: Feb 2019
  • Posts: 4
    • Show all replies
Re: Need help with the DOpus 5.82 plugin development API
« Reply #1 on: September 02, 2022, 08:01:57 AM »
I tried it and indeed got help from one of the members there. Thank you:-)