Hi, as an example I want to read
c:/x.txt
like text
and write? is there any example about chrome.fileSystem?
Note. I do not want to request the file path to the user
Already answered the Access to HTML file system Chrome Extension , I think. Please note that chrome.fileSystem exists only in applications and not in extensions.
chrome.fileSystem
To just read the files, try asking for file:///* host permission .
file:///*