* **Core**: Asynchronous file open. * @see http://www.manpagez.com/man/2/open/ * @param flags Handles the complexity of the various file * modes. See its API for more details. * @param mode Mode to use to open the file. Can be ignored if the * filesystem doesn't support permission
(p: string, flag: FileFlag, mode: number, cb: BFSCallback<File>)
| 131 | * filesystem doesn't support permissions. |
| 132 | */ |
| 133 | open(p: string, flag: FileFlag, mode: number, cb: BFSCallback<File>): void; |
| 134 | /** |
| 135 | * **Core**: Synchronous file open. |
| 136 | * @see http://www.manpagez.com/man/2/open/ |
no outgoing calls
no test coverage detected