How to access the file system in chrome os

17,315

Solution 1

Yes - you can read/write with the File API: http://www.html5rocks.com/en/tutorials/file/filesystem/

and you can even hook up your extension to the file system. I've wrote about it: http://greenido.wordpress.com/2011/06/02/chrome-apps-web-store-and-the-new-chromeos-file-api/

Solution 2

It sounds like you want to access the root parent directory. In order to do that you'll have to put your chromebook into developer mode, and when signing in enable debugging options. That will give you the option to view and edit chromeos system files. Just be careful and make sure you create a recovery disc first.

Share:
17,315
poy
Author by

poy

Updated on July 16, 2022

Comments

  • poy
    poy almost 2 years

    Is it possible to have an extension read/write to/from the local file system in chrome os?

    Thanks in advance?