0

I have tried file I/O example Package in NACL SDK. That package runs successfully with options load file, save file, delete file. But it is unable to identify where the created file is stored. Where is the file stored?

the
  • 21,007
  • 11
  • 68
  • 101
Adhika
  • 1
  • 1
  • 1

1 Answers1

1

A Native Client plugin that does File IO normally creates a Chrome persistent file system. See this answer for how to find the directory holding it:

Where does PERSISTENT file system storage store with chrome?

Community
  • 1
  • 1
bbudge
  • 1,127
  • 6
  • 7