Maxon Developers Maxon Developers
    • Documentation
      • Cinema 4D Python API
      • Cinema 4D C++ API
      • Cineware API
      • ZBrush Python API
      • ZBrush GoZ API
      • Code Examples on Github
    • Forum
    • Downloads
    • Support
      • Support Procedures
      • Registered Developer Program
      • Plugin IDs
      • Contact Us
    • Categories
      • Overview
      • News & Information
      • Cinema 4D SDK Support
      • Cineware SDK Support
      • ZBrush 4D SDK Support
      • Bugs
      • General Talk
    • Unread
    • Recent
    • Tags
    • Users
    • Login

    Need to create folder

    SDK Help
    0
    4
    1.2k
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • H
      Helper
      last edited by

      On 04/05/2018 at 03:42, xxxxxxxx wrote:

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

      ---------
      My requirement is to create a folder and store some images there. So Is there any SDK API (c++) to create and access the folder. If there is no API, then please tell me the way to create and access the folder. I have created a command plugin where I need to create a folder.

      1 Reply Last reply Reply Quote 0
      • H
        Helper
        last edited by

        On 04/05/2018 at 03:48, xxxxxxxx wrote:

        Have a look in the documentation at GeFile.
        There is a GeFCreateDir function available, amongst others.

        Depending your need you might want to use BrowseFiles to browse the files inside the folder.
        Finally, have a look at the BaseFile, or HyperFile (depending your need).

        1 Reply Last reply Reply Quote 0
        • H
          Helper
          last edited by

          On 04/05/2018 at 07:32, xxxxxxxx wrote:

          Maybe you also want to check out the manuals on Files.

          1 Reply Last reply Reply Quote 0
          • H
            Helper
            last edited by

            On 04/05/2018 at 07:45, xxxxxxxx wrote:

            Thanks every one.

            1 Reply Last reply Reply Quote 0
            • First post
              Last post