JavaScript
{dialog.object}phoneGapGetLocalDirURL Method
Syntax
{dialog.object}.phoneGapGetLocalDirURL(type);
Arguments
- type
Can be 'temp', 'private', 'saved', or 'public'. On iOS, 'saved' and 'public' may be backed up to iCloud.
Description
Returns URL of base for the requested part of the file system.
Example
var part = 'private'; var tmp = {dialog.object}.phoneGapGetLocalDirURL(part);