function()

in src/windows/CaptureProxy.js [413:423]


                        function (basicProperties) {
                            const result = new MediaFile(
                                photoFile.name,
                                'ms-appdata:///local/' + photoFile.name,
                                photoFile.contentType,
                                basicProperties.dateModified,
                                basicProperties.size
                            );
                            result.fullPath = photoFile.path;
                            successCallback([result]);
                        },