(p: string, cb: BFSOneArgCallback)
| 906 | } |
| 907 | |
| 908 | public unlink(p: string, cb: BFSOneArgCallback): void { |
| 909 | this.removeEntry(p, false, cb); |
| 910 | } |
| 911 | |
| 912 | public rmdir(p: string, cb: BFSOneArgCallback): void { |
| 913 | // Check first if directory is empty. |
nothing calls this directly
no test coverage detected