Hello friends
I'm starting a simple app for storing recorded videos on a new specific folder. I create a new folder in /Download, then call the camcorder component to start a video. After recording, it is supposed to move the file to the folder using the Taifun File extension. I can see the video on the new folder, but the app seems to be creating a copy of the file, keeping the orinigal video.
Is it correct? I don't want to keep both files. How can I move the original file, or delete it after copied?
move_video1.aia (35.2 KB)