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 = {
|
||||
create: !('create' in options) || options.create,
|
||||
exclusive: !!options.replace
|
||||
create: !options.append,
|
||||
exclusive: !options.replace
|
||||
};
|
||||
|
||||
return File.resolveDirectoryUrl(path)
|
||||
|
||||
Reference in New Issue
Block a user