Hello, Welcome to Microsoft Q&A,
Only the app data locations (such as local, roaming, and temporary) can be directly accessed by some Win32 and COM APIs. To access the rest of the file system, such as the 3D Objects folder, it is recommended to use Windows.Storage broker service which provides rich methods for file operation and additional functions. In your case, to get the files under the Object 3D library, you need to declare capabilities in the app manifest or by calling a file picker to let the user pick files and folders. For more information please see:File access permissions
----
If the response is helpful, please click "Accept Answer" and upvote it.
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.