Task #4527
where to write VirtualFileSystem.mount() and unmount().
Status: | Closed | Start date: | 02/10/2015 | |
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | hans | % Done: | 0% | |
Category: | - | |||
Target version: | 0.3 | |||
Component: |
Description
I have a project in Which i want to use IOCipher. I have a database ,which path is external directory and i have store some media files in external directory.My question is How can I use this in my project please help me.
History
#1 Updated by hans almost 3 years ago
- Status changed from New to Closed
- Assignee set to hans
- Target version set to 0.3
The best place to call vfs.mount()
is where you prompt the user for the password. You'll have to prompt the user for the password before anything can access those files. I recommend using our cacheword library for handling the password, but it is optional.