I am trying to write a simple media player as a package with a chrome package, and for this I need to access any folder from the file system directly from the application.
pseudo code
chrome.runtime.getFolderContents( 'c:/my_music', function(contents){
Is it possible? And if so, how? The search did not give me a clear "can not" so ... Can I?
source share