taglib-sharp-portable | NET Portable Class Library implementation of TagLib
kandi X-RAY | taglib-sharp-portable Summary
kandi X-RAY | taglib-sharp-portable Summary
.NET Portable Class Library implementation of TagLib# (forked from TagLib# main project)
Support
Quality
Security
License
Reuse
Top functions reviewed by kandi - BETA
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of taglib-sharp-portable
taglib-sharp-portable Key Features
taglib-sharp-portable Examples and Code Snippets
Community Discussions
Trending Discussions on taglib-sharp-portable
QUESTION
I'm working on a cross platform application that needs full access to the file system. I'll eventually be targeting both Windows and Mac.
Ultimately, I need to be able to read/write audio file properties (author, genre, etc) for files located anywhere on the system.
I've set the UWP app to have Broad File System Access in the manifest, but this doesn't seem to be enough: access is still denied.
Using FilePicker is fine for first time access, but the application will need read/write access to files without the user picking them all the time
The Code Sharing Strategy is .NET Standard instead of Shared Project
- I'm wanting to use TagLib to read/write the file properties (alternatives are welcome)
- My test environment is Windows 10 (so I'm running the UWP app)
- Test files are currently located on the desktop
I remember seeing somewhere that once you open a file with FilePicker you can save the reference/filepath in some app settings so that access will be granted automatically when the app wants to access it without the user. I want to try this, but I can't remember where I read it.
What would be the best approach and/or next steps?
Thanks
...ANSWER
Answered 2018-Sep-21 at 09:06I remember seeing somewhere that once you open a file with FilePicker you can save the reference/filepath in some app settings so that access will be granted automatically when the app wants to access it without the user.
StorageApplicationPermissions.FutureAccessList
property may you want. It could use to get an object that represents a list that an app maintains so that the app can store files and/or locations (like folders) and easily access these items in the future. For detail using please refer the follow.
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install taglib-sharp-portable
Support
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page