{{+bindTo:partials.standard_nacl_article}}
struct | PPB_FileRef |
The PPB_FileRef struct represents a "weak pointer" to a file in a file system. More... |
#define | PPB_FILEREF_INTERFACE "PPB_FileRef;1.2" /* dev */ |
enum | PP_MakeDirectoryFlags { PP_MAKEDIRECTORYFLAG_NONE = 0 << 0, PP_MAKEDIRECTORYFLAG_WITH_ANCESTORS = 1 << 0, PP_MAKEDIRECTORYFLAG_EXCLUSIVE = 1 << 1 } |
This file defines the API to create a file reference or "weak pointer" to a file in a file system.
#define PPB_FILEREF_INTERFACE "PPB_FileRef;1.2" /* dev */ |