184
edits
(Integrated feedback) |
m (→Opening/creating: optional flags) |
||
| Line 371: | Line 371: | ||
* | * | ||
* @param {string} leafName The name of the file. | * @param {string} leafName The name of the file. | ||
* @param {number} accessMode A or-ing of flags, as specified by [FileDescriptor.Open.Access]. | * @param {number=} accessMode A or-ing of flags, as specified by [FileDescriptor.Open.Access]. If this argument is not provided, we assume 0, i.e. no flags. | ||
* @param {number} contentMode A or-ing of flags, as specified by [FileDescriptor.Content.Access] | * @param {number=} contentMode A or-ing of flags, as specified by [FileDescriptor.Content.Access]. If this argument is not provided, we assume 0, i.e. no flags. | ||
* @param {number} pragmaMode A or-ing of flags, as specified by [FileDescriptor.Pragma.Access] | * @param {number=} pragmaMode A or-ing of flags, as specified by [FileDescriptor.Pragma.Access]. If this argument is not provided, we assume 0, i.e. no flags. | ||
* @return {FileDescriptor} a FileDescriptor | * @return {FileDescriptor} a FileDescriptor | ||
* | * | ||
edits