What I think I’m not understanding is that everything appears to be returning a lot of empty objects.
{ localFileSystem: {},
domains:
{ userDesktop: {},
userDocuments: {},
userPictures: {},
userVideos: {},
userMusic: {},
appLocalData: {},
appLocalLibrary: {},
appLocalCache: {},
appLocalShared: {},
appLocalTemporary: {},
appRoamingData: {},
appRoamingLibrary: {} },
types: { file: {}, folder: {} },
formats: { utf8: {}, binary: {} },
modes: { readOnly: {}, readWrite: {} },
fileTypes:
{ text: [ 'txt', 'md' ],
images: [ 'png', 'gif', 'bmp', 'jpg' ],
all: [ '*' ] },
errors:
{ AbstractMethodInvocationError: [Function: b],
ProviderMismatchError: [Function: b],
EntryIsNotAnEntryError: [Function: b],
EntryIsNotAFolderError: [Function: b],
EntryIsNotAFileError: [Function: b],
NotAFileSystemError: [Function: b],
OutOfSpaceError: [Function: b],
PermissionDeniedError: [Function: b],
EntryExistsError: [Function: b],
FileIsReadOnlyError: [Function: b],
DomainNotSupportedError: [Function: b],
InvalidFileNameError: [Function: b] } }
Is this normal if you console.log uxp ?