mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2026-05-02 00:07:23 +08:00
+2
-2
@@ -679,8 +679,8 @@ export class File {
|
|||||||
}
|
}
|
||||||
|
|
||||||
const getFileOpts: Flags = {
|
const getFileOpts: Flags = {
|
||||||
create: !('create' in options) || options.create,
|
create: !options.append,
|
||||||
exclusive: !!options.replace
|
exclusive: !options.replace
|
||||||
};
|
};
|
||||||
|
|
||||||
return File.resolveDirectoryUrl(path)
|
return File.resolveDirectoryUrl(path)
|
||||||
|
|||||||
Reference in New Issue
Block a user