The Maxon SDK Team is currently short staffed due to the winter holidays. No forum support is being provided between 15/12/2025 and 5/1/2026. For details see Maxon SDK 2025 Winter Holidays.
Browsing for files and folders
-
On 10/07/2014 at 04:34, xxxxxxxx wrote:
User Information:
Cinema 4D Version: R15
Platform: Windows ;
Language(s) : C++ ;---------
Dear DevelopersFor my next step in learning the basics of plugin programming in the C++ SDK of cinema, I was looking to build a simple plugin that enables the user to select a folder full of images and then process those images.
Unfortunately I'm stuck at opening a file/folder selection dialog. Can anyone please point me in the right direction?
-
On 10/07/2014 at 05:20, xxxxxxxx wrote:
Hi BlueCoder,
the Filename class has a FileSelect() method that will open a dialog.
Best,
-Niklas -
On 10/07/2014 at 06:02, xxxxxxxx wrote:
Ah! I have it working, thank you NiklasR