mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-19 21:06:06 +00:00
add and view docments on chat solved
This commit is contained in:
@@ -835,7 +835,7 @@ console.log(stringGerada);
|
||||
fileObject ={};
|
||||
const deleteSecretFile = async () => {
|
||||
await Filesystem.deleteFile({
|
||||
path: 'output.mp4',
|
||||
path: `${stringGerada}.mp4`,
|
||||
directory: Directory.Cache,
|
||||
});
|
||||
};
|
||||
@@ -953,7 +953,7 @@ console.log(stringGerada);
|
||||
|
||||
let fileObject ={};
|
||||
this.videoconvertService.convertVideo(fullPath,directory.uri,filename,'mp4').then(() => {
|
||||
Filesystem.readFile({ path: `${directory.uri}output.mp4`})
|
||||
Filesystem.readFile({ path: `${directory.uri}${filename}.mp4`})
|
||||
|
||||
.then(async (content) => {
|
||||
console.log(content.data)
|
||||
@@ -972,7 +972,7 @@ console.log(stringGerada);
|
||||
fileObject ={};
|
||||
const deleteSecretFile = async () => {
|
||||
await Filesystem.deleteFile({
|
||||
path: 'output.mp4',
|
||||
path: `${filename}.mp4`,
|
||||
directory: Directory.Cache,
|
||||
});
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user