Maui - Burn data to CdRome in Mac

Dani_S 4,501 Reputation points
2023-09-14T09:45:06.64+00:00

Hi,

I want to burn data list of files to cdrome in MAC.

Any program to show ?

How is can be done in Maui ?

Thanks

Developer technologies | .NET | .NET MAUI
0 comments No comments
{count} votes

Accepted answer
  1. Wenyan Zhang (Shanghai Wicresoft Co,.Ltd.) 36,436 Reputation points Microsoft External Staff
    2023-09-29T09:02:55.46+00:00

    Hello,

    As @Bruce (SqlWork.com) said, it's not supported.

    what is a cocoa app ?

    It means MacOS app here. And you can see Apple's doc- What Is Cocoa? (apple.com)

    About the App Sandbox, you can see Sandboxing a Xamarin.Mac app - Xamarin | Microsoft Learn

    Best Regards,

    Wenyan Zhang


    If the answer is the right solution, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".

    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.

    0 comments No comments

1 additional answer

Sort by: Most helpful
  1. Bruce (SqlWork.com) 78,006 Reputation points Volunteer Moderator
    2023-09-14T23:18:34.81+00:00

    Mac Maui apps are built as catalyst apps and run in a sandbox. they only have access to the sandbox filesystem, so can not burn a cd/dvd.

    You will need to build a cocoa app. the docs are light in this area. sample:

    https://github.com/apple-oss-distributions/IOCDStorageFamily/blob/main/IOCDBlockStorageDriver.cpp

    2 people found this answer helpful.

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.