Re: Proposal for a filesystem API

> Here's the proposed file system API:
>
> Getting the root directory:
>
> enum PersistenceType { "temporary", "permanent" };

One small point: "permanent" should be "persistent", if you're trying
to match http://www.w3.org/TR/quota-api/ or
http://www.w3.org/TR/file-system-api/.
We stayed away from the word "permanent" for fear of over-promising.

Received on Wednesday, 12 June 2013 00:10:09 UTC