Copy Patch for Android from content:// files
npm install skirank-copy-android
npx cap sync
echo(options: { value: string; }) => Promise<{ value: string; }>
Param | Type |
---|---|
options |
{ value: string; } |
Returns: Promise<{ value: string; }>
copy(options: CopyOptions) => Promise<CopyResults>
Param | Type |
---|---|
options |
CopyOptions |
Returns: Promise<CopyResults>
Prop | Type |
---|---|
dereference |
boolean |
overwrite |
boolean |
preserveTimestamps |
boolean |
errorOnExist |
boolean |
filter |
CopyFilterSync | CopyFilterAsync |
recursive |
boolean |
{ path: string, }
(src: string, dest: string): boolean
(src: string, dest: string): Promise<boolean>
{ path: string, filename: string, directory: string, }