Open File Browser.

THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED

On 22/04/2011 at 11:17, xxxxxxxx wrote:

User Information:
Cinema 4D Version:   12 
Platform:   Windows  ;   
Language(s) :     C++  ;

---------
Hi to all

Sorry for the noob question, but it is possible to open the file browser to chose a file from the SDK? I've tried the Browser* function with no luck...

Many thanks!

Best regards.

THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED

On 22/04/2011 at 11:26, xxxxxxxx wrote:

Filename fn;
if (fn.FileSelect(xxxx))  // do something with selected file

THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED

On 23/04/2011 at 02:29, xxxxxxxx wrote:

Thanks!

I would never have found without an example :D Nice!

Bye.