Creating file with 'exclusive' should return PathExistsError when file already exists |
|
Issue description
fileSystem.root.getFile(existingFile, {create: true, exclusive: true}, () => {}, error => console.log(error.name)) prints "InvalidModificationError" instead of "PathExistsError".
|
|
►
Sign in to add a comment |
|